1
0
angie-conv-image/image-entry.d/76-adjust-core-user.sh

17 lines
274 B
Bash
Raw Normal View History

2024-09-17 14:11:00 +03:00
#!/bin/sh
set -f
. /image-entry.d/00-common.envsh
conf=/etc/angie/conf.d/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