From d7e35f3597db43ed348a739dc53846a6e6a848c3 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Mon, 9 Apr 2012 14:05:22 -0700 Subject: [PATCH] A little extra whitespace makes things easier to read. --- admin/install-s3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/install-s3.sh b/admin/install-s3.sh index 012c9bae892..ff729a3e84b 100755 --- a/admin/install-s3.sh +++ b/admin/install-s3.sh @@ -109,6 +109,7 @@ elif [ "$UNAME" = "Linux" ] ; then if [ `whoami` = 'root' ] ; then $* elif [ -x /bin/sudo -o -x /usr/bin/sudo ] ; then + echo echo "Since this system includes sudo, Meteor will request root privileges to" echo "install. You may be prompted for a password. If you prefer to not use" echo "sudo, please re-run this script as root."