diff options
author | Filipp Lepalaan <filipp@mac.com> | 2010-02-23 12:16:36 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2010-02-23 12:16:36 +0200 |
commit | 4f59bcc3e9c2cf45cd83a6d26a9fbe3956cf4e6b (patch) | |
tree | 2b2facda88af8a331c71b85f6e7e1da1c604da4e | |
parent | 773c60207176e988e715a70af8e76dd3273ac9a2 (diff) | |
download | mtk-4f59bcc3e9c2cf45cd83a6d26a9fbe3956cf4e6b.tar.gz mtk-4f59bcc3e9c2cf45cd83a6d26a9fbe3956cf4e6b.tar.bz2 mtk-4f59bcc3e9c2cf45cd83a6d26a9fbe3956cf4e6b.zip |
sandman root fix
-rw-r--r-- | sandman.command | 3 |
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 |