diff --git a/source/ubl-settings-resourcequota.h b/source/ubl-settings-resourcequota.h index 852f437..5e23de4 100644 --- a/source/ubl-settings-resourcequota.h +++ b/source/ubl-settings-resourcequota.h @@ -38,7 +38,7 @@ #define remove_command "ubconfig remove security " #define remove_global_command "ubconfig --target global --noexecute remove security " #define remove_local_command "ubconfig --target system remove security " -#define get_devices_command "lsblk --fs --raw --output PATH,FSTYPE --exclude 7,11,253 |grep -E \"/dev/[a-zA-Z]{1,}[0-9]{1,} ext\"" +#define get_devices_command "findmnt -lo source,target,fstype,label,size -t ext4 |grep -vE \"zram|\\]|\\[|SOURCE\"" #define get_processes_tree_command "systemd-cgls --no-page" #define get_dispatcher_command "systemd-cgtop" #define get_information_command "systemctl status "