Update 02-nginx.sh

This commit is contained in:
Alexandre
2025-04-06 09:34:33 +02:00
committed by GitHub
parent 5c2b9191b8
commit 1889f84715

View File

@@ -2,5 +2,9 @@
# shellcheck shell=bash
set -e
# Set timezone
TZ_VALUE="$(timedatectl show -p Timezone --value)"
export TZ="$TZ_VALUE"
echo "Starting service: nginx"
nginx