aboutsummaryrefslogtreecommitdiffstats
path: root/sandman.command
diff options
context:
space:
mode:
Diffstat (limited to 'sandman.command')
-rw-r--r--sandman.command3
1 files changed, 0 insertions, 3 deletions
diff --git a/sandman.command b/sandman.command
index 6eb8241..7942069 100644
--- a/sandman.command
+++ b/sandman.command
@@ -1,8 +1,5 @@
#!/usr/bin/env bash
-# Letsgetletsgetletsgetletsget root!
-echo $ROOTPW | sudo -sS
-
if [[ $USER != "root" ]]; then
echo "This must be run as root"
exit 1