diff options
Diffstat (limited to 'init-sh/init.sh')
-rwxr-xr-x | init-sh/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init-sh/init.sh b/init-sh/init.sh index fa8e9b3..361eb1e 100755 --- a/init-sh/init.sh +++ b/init-sh/init.sh @@ -9,6 +9,7 @@ fi if [ "${1}" == "custom" ]; then /etc/security/msec/init-sh/custom.sh + exit 0; fi if [ -f /etc/security/msec/init-sh/level$1.sh ]; then |