david/sshbackup
david
/
sshbackup
Archived
1
0
Fork 0

removed unnecessary comments

This commit is contained in:
david 2013-07-01 20:59:02 +02:00
parent 6d3a508dbf
commit d918976574
1 changed files with 0 additions and 2 deletions

View File

@ -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