From 73df84bd6ed3fce597b962866444baccb16983cb Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Wed, 18 Sep 2024 09:58:19 +0300 Subject: [PATCH] entrypoint: fix typo in 76-adjust-core-user.sh fixes non-root image run --- image-entry.d/76-adjust-core-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-entry.d/76-adjust-core-user.sh b/image-entry.d/76-adjust-core-user.sh index 2e49e59..e0d6716 100755 --- a/image-entry.d/76-adjust-core-user.sh +++ b/image-entry.d/76-adjust-core-user.sh @@ -3,7 +3,7 @@ set -f . /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 log "Running as root, no need to adjust configuration"