From d918976574192a44f774654b941f9cf029546f8a Mon Sep 17 00:00:00 2001 From: david Date: Mon, 1 Jul 2013 20:59:02 +0200 Subject: [PATCH] removed unnecessary comments --- sshbackup | 2 -- 1 file changed, 2 deletions(-) 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