From 9b0002f1097a79d813536604476949252307f281 Mon Sep 17 00:00:00 2001 From: Harald Date: Mon, 8 Apr 2024 20:13:51 +0200 Subject: [PATCH] fixed typo in comment --- install-paperless-ngx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-paperless-ngx.sh b/install-paperless-ngx.sh index 38698ff87..a6327e3e8 100755 --- a/install-paperless-ngx.sh +++ b/install-paperless-ngx.sh @@ -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