Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSergio Bertolin <sbertolin@solidgear.es>2016-08-10 10:26:35 +0300
committerSergio BertolĂ­n <sbertolin@solidgear.es>2016-08-31 13:46:12 +0300
commitccdd257887e15a61400b512886cb78d03112cf7e (patch)
tree77b0936f889880cb9b836caea88658ddc170821f /build
parent7431cd921141c5f30aa9023b7bbec1b412dffa9c (diff)
Run as current user
Conflicts: build/integration/run.sh
Diffstat (limited to 'build')
-rwxr-xr-xbuild/integration/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh
index 33fb254acd4..e1c232be4e3 100755
--- a/build/integration/run.sh
+++ b/build/integration/run.sh
@@ -41,6 +41,9 @@ RESULT=$?
kill $PHPPID
kill $PHPPID_FED
+../../occ files_external:delete -y $ID_STORAGE
+
+
if [ -z $HIDE_OC_LOGS ]; then
tail "../../data/owncloud.log"
fi