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:
authorJoas Schilling <coding@schilljs.com>2020-05-26 17:56:41 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-26 17:56:41 +0300
commit027808c01966380273c619a15dc9474bab5a42bb (patch)
treeb308b9c225e550a0108880a4e07b75deddd27a08 /autotest-external.sh
parent5f88380c444f105b12599621e16e8bcaa9a09026 (diff)
Remove the prefix setting attempt from our CI
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'autotest-external.sh')
-rwxr-xr-xautotest-external.sh2
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