mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Fix spell in journald script (#65)
This commit is contained in:
parent
11b1946cd7
commit
f8fa170e2a
@ -5,7 +5,7 @@ MACHINE_ID=$(cat /etc/machine-id)
|
||||
CURRENT_LOGS=/var/log/journal/${MACHINE_ID}
|
||||
|
||||
# Cleanup
|
||||
if [ ! -d ${CURRENT_LOGS} ];
|
||||
if [ ! -d ${CURRENT_LOGS} ]; then
|
||||
rm -rf /var/log/journal/*
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user