Skip to content

Commit

Permalink
Check simlink (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Jul 8, 2018
1 parent 2d8aba9 commit 6ddf290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildroot-external/misc/rauc-hook
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ fi
# Fixups

# timesyncd
if [ ! -d /var/lib/systemd/timesync ]; then
rm /var/lib/systemd/timesync
if [ -L /var/lib/systemd/timesync ]; then
rm -f /var/lib/systemd/timesync
fi

exit 0

0 comments on commit 6ddf290

Please sign in to comment.