1
0

entrypoint: fix typo in 76-adjust-core-user.sh

fixes non-root image run
This commit is contained in:
Konstantin Demin 2024-09-18 09:58:19 +03:00
parent 5606e66ba4
commit 73df84bd6e
Signed by: krd
GPG Key ID: 4D56F87A8BA65FD0

View File

@ -3,7 +3,7 @@ set -f
. /image-entry.d/00-common.envsh . /image-entry.d/00-common.envsh
conf=/etc/angie/conf.d/core-user.conf conf=/etc/angie/autoconf.d/core-user.conf
if [ "${IEP_ROOT}" = 1 ] ; then if [ "${IEP_ROOT}" = 1 ] ; then
log "Running as root, no need to adjust configuration" log "Running as root, no need to adjust configuration"