From: Robin Appelman Date: Fri, 17 Apr 2020 13:03:17 +0000 (+0200) Subject: allow local remote access in external storage ci X-Git-Tag: v19.0.0beta5~27^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F20537%2Fhead;p=nextcloud-server.git allow local remote access in external storage ci Signed-off-by: Robin Appelman --- diff --git a/autotest-external.sh b/autotest-external.sh index 1f1ca330ac5..20a7de5f119 100755 --- a/autotest-external.sh +++ b/autotest-external.sh @@ -150,6 +150,8 @@ EOF echo "Installing ...." ./occ maintenance:install -vvv --database=$1 --database-name=$DATABASENAME --database-host=localhost --database-user=$DATABASEUSER --database-pass=owncloud --database-table-prefix=oc_ --admin-user=$ADMINLOGIN --admin-pass=admin --data-dir=$DATADIR + ./occ config:system:set --value true --type boolean allow_local_remote_servers + #test execution echo "Testing with $1 ..."