diff --git a/core/files/entrypoint.sh b/core/files/entrypoint.sh index a5a9242..4080b3f 100755 --- a/core/files/entrypoint.sh +++ b/core/files/entrypoint.sh @@ -105,8 +105,6 @@ export SUPERVISOR_PASSWORD=${SUPERVISOR_PASSWORD:-supervisor} # Setting Timezone for supervisord update-alternatives --install /etc/localtime localtime /usr/share/zoneinfo/${TZ} 0 -# Also set /etc/timezone for broader compatibility -echo "${TZ}" > /etc/timezone # Hinders further execution when sourced from other scripts if [[ "${BASH_SOURCE[0]}" != "$0" ]]; then