diff options
Diffstat (limited to 'setup-timezone.in')
-rw-r--r-- | setup-timezone.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setup-timezone.in b/setup-timezone.in index 4f056b4..5c5b139 100644 --- a/setup-timezone.in +++ b/setup-timezone.in @@ -77,6 +77,10 @@ if [ -z "$ZONE" ]; then ZONE="$1" fi +if [ "$ZONE" = "none" ]; then + exit 0 +fi + if $INSTALL_TZDATA; then pkg=tzdata apkdel= |