1
0

initial commit

This commit is contained in:
2025-06-05 11:01:19 +03:00
commit 48f13f97a3
297 changed files with 7136 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/sh
set -f
. /run/ngx/iep/00-common.envsh
conf=/run/ngx/conf/autoconf/core-user.conf
if [ "${IEP_ROOT}" = 1 ] ; then
log "Running as root, no need to adjust configuration"
exit 0
fi
log_always "Running as non-root, adjusting configuration"
rm -fv "${conf}"
exit 0