diff options
author | Joas Schilling <coding@schilljs.com> | 2020-05-26 16:56:41 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-05-26 16:56:41 +0200 |
commit | 027808c01966380273c619a15dc9474bab5a42bb (patch) | |
tree | b308b9c225e550a0108880a4e07b75deddd27a08 /autotest-external.sh | |
parent | 5f88380c444f105b12599621e16e8bcaa9a09026 (diff) | |
download | nextcloud-server-027808c01966380273c619a15dc9474bab5a42bb.tar.gz nextcloud-server-027808c01966380273c619a15dc9474bab5a42bb.zip |
Remove the prefix setting attempt from our CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'autotest-external.sh')
-rwxr-xr-x | autotest-external.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest-external.sh b/autotest-external.sh index 20a7de5f119..a541a5cf937 100755 --- a/autotest-external.sh +++ b/autotest-external.sh @@ -148,7 +148,7 @@ EOF # trigger installation 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 maintenance:install -vvv --database=$1 --database-name=$DATABASENAME --database-host=localhost --database-user=$DATABASEUSER --database-pass=owncloud --admin-user=$ADMINLOGIN --admin-pass=admin --data-dir=$DATADIR ./occ config:system:set --value true --type boolean allow_local_remote_servers |