[Helper] Removed --database-table-prefix switch (#4043)

Looks like in NC 2.0 this option is no more supported. During installation I got this error:

The "--database-table-prefix" option does not exist.
master
fabreg 2021-04-09 08:05:14 +02:00 committed by GitHub
parent 616226be8a
commit 496f4ad81f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ elif [[ ${NC_INSTALL} == "y" ]]; then
--database-name ${DBNAME} \ --database-name ${DBNAME} \
--database-user ${DBUSER} \ --database-user ${DBUSER} \
--database-pass ${DBPASS} \ --database-pass ${DBPASS} \
--database-table-prefix nc_ \
--admin-user admin \ --admin-user admin \
--admin-pass ${ADMIN_NC_PASS} \ --admin-pass ${ADMIN_NC_PASS} \
--data-dir /web/nextcloud/data --data-dir /web/nextcloud/data