Skip to content

Commit

Permalink
grub-btrfsd: fix problem missing /run/timeshift
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Jäger <[email protected]>
  • Loading branch information
Schievel1 committed Sep 2, 2022
1 parent 9064d61 commit 5805029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grub-btrfsd
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ fi

if [ ${timeshift_auto} = true ]; then
watchtime=15
[ -d /run/timeshift ] || mkdir /run/timeshift
else
watchtime=0
fi
Expand Down

0 comments on commit 5805029

Please sign in to comment.