aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/custom.sh')
-rwxr-xr-xinit-sh/custom.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh
index cfd67b7..5bb623b 100755
--- a/init-sh/custom.sh
+++ b/init-sh/custom.sh
@@ -13,13 +13,6 @@ fi
clear
###
-echo "Do you want your log file to be in append mode only ?"
-WaitAnswer; clear
-if [[ ${answer} == yes ]]; then
- find /var/log/ -type f -exec chattr +a {} \;
-fi
-
-###
echo "Do you want all system events to be logged on tty12 ?"
WaitAnswer; clear
if [[ ${answer} == yes ]]; then