diff --git a/sshbackup b/sshbackup index 7acdab7..fdeb8b2 100755 --- a/sshbackup +++ b/sshbackup @@ -69,8 +69,6 @@ preflight() { #amiroot? - # Thhis is a safter way of testing this - # See: http://askubuntu.com/questions/30148/how-can-i-determine-whether-a-shellscript-runs-as-root-or-not/ if ! [ $(id -u) = 0 ]; then echo "aborting mission, you must be root." return 1