0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Running the ./update.sh script

This commit is contained in:
naramski 2018-10-27 11:14:20 +02:00
parent 13977c4c5c
commit b5e36e086b
3 changed files with 0 additions and 30 deletions

View file

@ -127,16 +127,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi fi
fi fi
if [ -n "${NEXTCLOUD_OVERWRITEHOST+x}" ]; then
echo "setting overwritehost…"
run_as "php /var/www/html/occ config:system:set overwritehost --value=$NEXTCLOUD_OVERWRITEHOST"
fi
if [ -n "${NEXTCLOUD_OVERWRITEPROTOCOL+x}" ]; then
echo "setting overwriteprotocol…"
run_as "php /var/www/html/occ config:system:set overwriteprotocol --value=$NEXTCLOUD_OVERWRITEPROTOCOL"
fi
fi fi
exec "$@" exec "$@"

View file

@ -127,16 +127,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi fi
fi fi
if [ -n "${NEXTCLOUD_OVERWRITEHOST+x}" ]; then
echo "setting overwritehost…"
run_as "php /var/www/html/occ config:system:set overwritehost --value=$NEXTCLOUD_OVERWRITEHOST"
fi
if [ -n "${NEXTCLOUD_OVERWRITEPROTOCOL+x}" ]; then
echo "setting overwriteprotocol…"
run_as "php /var/www/html/occ config:system:set overwriteprotocol --value=$NEXTCLOUD_OVERWRITEPROTOCOL"
fi
fi fi
exec "$@" exec "$@"

View file

@ -127,16 +127,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi fi
fi fi
if [ -n "${NEXTCLOUD_OVERWRITEHOST+x}" ]; then
echo "setting overwritehost…"
run_as "php /var/www/html/occ config:system:set overwritehost --value=$NEXTCLOUD_OVERWRITEHOST"
fi
if [ -n "${NEXTCLOUD_OVERWRITEPROTOCOL+x}" ]; then
echo "setting overwriteprotocol…"
run_as "php /var/www/html/occ config:system:set overwriteprotocol --value=$NEXTCLOUD_OVERWRITEPROTOCOL"
fi
fi fi
exec "$@" exec "$@"