1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-09 16:32:39 +01:00

Clean up a few lines, just syntaxy stuff.

This commit is contained in:
Ricky Elrod 2011-06-03 17:19:23 -04:00
parent 961cb2cc0e
commit 1642f431b5

View file

@ -43,12 +43,10 @@ then
confirm
fi
ROOT=`pwd`
echo "Phabricator will be installed to: ${ROOT}.";
echo "Phabricator will be installed to: $(ROOT).";
confirm
echo "Testing sudo/root..."
SUDO=""
if [[ $EUID -ne 0 ]] # Check if we're root. If we are, continue.
then
sudo true