mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Check simlink (#90)
This commit is contained in:
parent
38c1df36c0
commit
a0551d8010
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user