parent
6b9a7d3ad9
commit
bf4415c1f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue