From 209e3e39e2511ccffde44afb4f1b8694f39ca683 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Mar 2017 18:48:55 -0600 Subject: Use proper bash test syntax Signed-off-by: Morris Jobke --- build/integration/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/integration/run.sh') diff --git a/build/integration/run.sh b/build/integration/run.sh index 83600d8323e..dc7889c5ae6 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -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 -- cgit v1.2.3