grub-btrfsd: fixed message about flag dependencies

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2022-11-26 14:16:37 +01:00
parent 6f154329c7
commit efc4657aab
2 changed files with 2 additions and 2 deletions

2
config
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
GRUB_BTRFS_VERSION=4.12-20221126-fix-snap-dir GRUB_BTRFS_VERSION=4.12-fix-snap-dir-check-2022-11-26T14:06:44+00:00
# Disable grub-btrfs. # Disable grub-btrfs.
# Default: "false" # Default: "false"

View File

@@ -176,7 +176,7 @@ else
inotify_qiet_flag=" -q -q " inotify_qiet_flag=" -q -q "
fi fi
if [ ${timeshift_auto} = false ] && [ ${timeshift_old} = false ]; then if [ ${timeshift_auto} = false ] && [ ${timeshift_old} = true ]; then
err "[!] Flag --timeshift-old requires flag --timeshift-auto" "${RED}" >&2 err "[!] Flag --timeshift-old requires flag --timeshift-auto" "${RED}" >&2
exit 1 exit 1
fi fi