mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Check simlink (#90)
This commit is contained in:
parent
2d8aba9b37
commit
6ddf29045e
@ -16,8 +16,8 @@ fi
|
|||||||
# Fixups
|
# Fixups
|
||||||
|
|
||||||
# timesyncd
|
# timesyncd
|
||||||
if [ ! -d /var/lib/systemd/timesync ]; then
|
if [ -L /var/lib/systemd/timesync ]; then
|
||||||
rm /var/lib/systemd/timesync
|
rm -f /var/lib/systemd/timesync
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user