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
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-01-27 23:53:09 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-02-19 23:03:06 +0300
commit75b7d6ae4e13c62cc26c47122a6913159d7f6bc8 (patch)
tree9b60bd4884805e3baf7b21578b932fceac5057c0 /build/integration/run.sh
parent76b5f44f05f3ea9f56707ed0f6c4bff2fa7673e8 (diff)
Add install logic for enable command
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'build/integration/run.sh')
-rwxr-xr-xbuild/integration/run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh
index e13a77c27be..fc6e35f078b 100755
--- a/build/integration/run.sh
+++ b/build/integration/run.sh
@@ -48,8 +48,6 @@ export TEST_SERVER_FED_URL="http://localhost:$PORT_FED/ocs/"
if [ "$INSTALLED" == "true" ]; then
#Enable external storage app
- $OCC app:install --keep-disabled files_external
- $OCC app:install --keep-disabled user_ldap
$OCC app:enable files_external user_ldap
mkdir -p work/local_storage