fixed typo in comment

This commit is contained in:
Harald 2024-04-08 20:13:51 +02:00
parent 41a5010bfe
commit 9b0002f109

View File

@ -72,7 +72,7 @@ if ! docker stats --no-stream &> /dev/null ; then
fi
# Added handling for timezone for busybox based linux, not having timedatectl available (i.e. QNAP QTS)
# if neither timedatectl nor /etc/TZ is suceeding, defaulting to GMT.
# if neither timedatectl nor /etc/TZ is succeeding, defaulting to GMT.
if command -v timedatectl &> /dev/null ; then
default_time_zone=$(timedatectl show -p Timezone --value)
elif [ -f /etc/TZ ] && [ -f /etc/tzlist ] ; then