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:
parent
961cb2cc0e
commit
1642f431b5
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue