shellcheck

This commit is contained in:
Tobias Powalowski 2022-11-25 16:46:42 +01:00
parent 062fe66b9a
commit 4f85651d91

View file

@ -46,6 +46,7 @@ if [[ "${HARDWARECLOCK}" = "UTC" ]]; then
echo UTC > /tmp/.hardwareclock echo UTC > /tmp/.hardwareclock
else else
timedatectl set-local-rtc 1 timedatectl set-local-rtc 1
#shellcheck disable=SC2209
DATE_PROGRAM=date DATE_PROGRAM=date
# for setup script # for setup script
echo LOCAL > /tmp/.hardwareclock echo LOCAL > /tmp/.hardwareclock