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