mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 02-nginx.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user