grub-btrfsd: fix problem missing /run/timeshift

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2022-09-02 22:55:01 +02:00
parent 9064d61145
commit 5805029c79

View File

@@ -146,6 +146,7 @@ fi
if [ ${timeshift_auto} = true ]; then
watchtime=15
[ -d /run/timeshift ] || mkdir /run/timeshift
else
watchtime=0
fi