Clean up a few lines, just syntaxy stuff.
This commit is contained in:
parent
961cb2cc0e
commit
1642f431b5
|
@ -43,12 +43,10 @@ then
|
||||||
confirm
|
confirm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ROOT=`pwd`
|
echo "Phabricator will be installed to: $(ROOT).";
|
||||||
echo "Phabricator will be installed to: ${ROOT}.";
|
|
||||||
confirm
|
confirm
|
||||||
|
|
||||||
echo "Testing sudo/root..."
|
echo "Testing sudo/root..."
|
||||||
SUDO=""
|
|
||||||
if [[ $EUID -ne 0 ]] # Check if we're root. If we are, continue.
|
if [[ $EUID -ne 0 ]] # Check if we're root. If we are, continue.
|
||||||
then
|
then
|
||||||
sudo true
|
sudo true
|
||||||
|
|
Loading…
Reference in a new issue