aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/msec
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/msec')
-rwxr-xr-xinit-sh/msec6
1 files changed, 6 insertions, 0 deletions
diff --git a/init-sh/msec b/init-sh/msec
index 2fc7c53..1ba1bb2 100755
--- a/init-sh/msec
+++ b/init-sh/msec
@@ -16,11 +16,17 @@ fi
if [[ ${1} == custom ]]; then
/usr/share/msec/custom.sh
+ echo
+ echo "You might logout of your session for some change to be activated."
+ echo
exit 0;
fi
if [[ -f /usr/share/msec/level$1.sh ]]; then
/usr/share/msec/level$1.sh
+ echo
+ echo "You might logout of your session for some change to be activated."
+ echo
if [[ -f /usr/share/msec/perm.$1 ]]; then
/usr/share/msec/file_perm.sh /usr/share/msec/perm.$1
else