diff --git a/init.sh b/init.sh index f46eea2..d09d2c6 100755 --- a/init.sh +++ b/init.sh @@ -15,6 +15,7 @@ function disable_command { rm -f $1 echo -e '#!/bin/sh\n\n/bin/true' > $1 chmod +x $1 + echo "Disabled $1" } function apply_restrictions {