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

View File

@@ -176,7 +176,7 @@ else
inotify_qiet_flag=" -q -q "
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
exit 1
fi