Run as current user

Conflicts:
	build/integration/run.sh
This commit is contained in:
Sergio Bertolin 2016-08-10 07:26:35 +00:00 committed by Lukas Reschke
parent 6b9a7d3ad9
commit bf4415c1f6
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,6 @@ echo $PHPPID_FED
export TEST_SERVER_URL="http://localhost:$PORT/ocs/"
export TEST_SERVER_FED_URL="http://localhost:$PORT_FED/ocs/"
#Enable external storage app
../../occ app:enable files_external
@ -53,6 +52,8 @@ RESULT=$?
kill $PHPPID
kill $PHPPID_FED
../../occ files_external:delete -y $ID_STORAGE
if [ -z $HIDE_OC_LOGS ]; then
tail "../../data/nextcloud.log"
fi