diff --git a/sbin/ngcpcfg b/sbin/ngcpcfg index 3c4d91f9..cd794cda 100755 --- a/sbin/ngcpcfg +++ b/sbin/ngcpcfg @@ -10,6 +10,9 @@ if [ "$UID" -ne 0 ] ; then exit 1 fi +# Notify subprocesses we are running. +export NGCPCFG_RUNNING=1 + # support for testsuite FUNCTIONS="${FUNCTIONS:-/usr/share/ngcp-ngcpcfg/functions/}" SCRIPTS="${SCRIPTS:-/usr/share/ngcp-ngcpcfg/scripts/}"