users that don't belong to sudo...will have protection disabled by default

main
Robert 4 weeks ago
parent bef4c6465e
commit fb27a9c387
  1. 3
      .bash_aliases

@ -41,7 +41,8 @@ toggle_protection() {
done done
else else
echo "You cannot become root, so disabling extra protection..." touch ~/.data/${USER}_protectionOFF echo "You cannot become root, so disabling extra protection..."
touch ~/.data/${USER}_protectionOFF
fi fi
} }

Loading…
Cancel
Save