mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-12 18:02:40 +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
|
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