summaryrefslogtreecommitdiffstats
path: root/17.0/fpm-alpine/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to '17.0/fpm-alpine/entrypoint.sh')
-rwxr-xr-x17.0/fpm-alpine/entrypoint.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/17.0/fpm-alpine/entrypoint.sh b/17.0/fpm-alpine/entrypoint.sh
index 07b44d61..b9ec5fc5 100755
--- a/17.0/fpm-alpine/entrypoint.sh
+++ b/17.0/fpm-alpine/entrypoint.sh
@@ -115,10 +115,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
if [ -n "${NEXTCLOUD_ADMIN_USER+x}" ] && [ -n "${NEXTCLOUD_ADMIN_PASSWORD+x}" ]; then
# shellcheck disable=SC2016
install_options='-n --admin-user "$NEXTCLOUD_ADMIN_USER" --admin-pass "$NEXTCLOUD_ADMIN_PASSWORD"'
- if [ -n "${NEXTCLOUD_TABLE_PREFIX+x}" ]; then
- # shellcheck disable=SC2016
- install_options=$install_options' --database-table-prefix "$NEXTCLOUD_TABLE_PREFIX"'
- fi
if [ -n "${NEXTCLOUD_DATA_DIR+x}" ]; then
# shellcheck disable=SC2016
install_options=$install_options' --data-dir "$NEXTCLOUD_DATA_DIR"'