Use proper bash test syntax
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
ce302aea11
commit
209e3e39e2
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ RESULT=$?
|
|||
kill $PHPPID
|
||||
kill $PHPPID_FED
|
||||
|
||||
if [ "$INSTALLED" -eq "true" ]; then
|
||||
if [ "$INSTALLED" == "true" ]; then
|
||||
|
||||
$OCC files_external:delete -y $ID_STORAGE
|
||||
|
||||
|
|
Loading…
Reference in a new issue