mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Update 02-nginx.sh
This commit is contained in:
@@ -2,5 +2,9 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Set timezone
|
||||||
|
TZ_VALUE="$(timedatectl show -p Timezone --value)"
|
||||||
|
export TZ="$TZ_VALUE"
|
||||||
|
|
||||||
echo "Starting service: nginx"
|
echo "Starting service: nginx"
|
||||||
nginx
|
nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user