aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/custom.sh')
-rwxr-xr-xinit-sh/custom.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh
index dd8b9a5..b22f96f 100755
--- a/init-sh/custom.sh
+++ b/init-sh/custom.sh
@@ -143,10 +143,10 @@ if [[ ${answer} == yes ]]; then
fi
###
-echo "Do you want your system to daily check Writeable file change ?"
+echo "Do you want your system to daily check Writable file change ?"
WaitAnswer; clear
if [[ ${answer} == yes ]]; then
- AddRules "CHECK_WRITEABLE=yes" /etc/security/msec/security.conf
+ AddRules "CHECK_WRITABLE=yes" /etc/security/msec/security.conf
WRITE_CRON="true"
fi