diff options
Diffstat (limited to 'init-sh/level0.sh')
-rwxr-xr-x | init-sh/level0.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init-sh/level0.sh b/init-sh/level0.sh index b979b61..00dc54c 100755 --- a/init-sh/level0.sh +++ b/init-sh/level0.sh @@ -6,9 +6,10 @@ # -if [[ -f /etc/security/msec/init-sh/lib.sh ]]; then - . /etc/security/msec/init-sh/lib.sh +if [[ -f /usr/share/msec/lib.sh ]]; then + . /usr/share/msec/lib.sh else + echo "Can't find /usr/share/msec/lib.sh, exiting." exit 1 fi |