Fix typo in docker-entrypoint.sh

Signed-off-by: Richard Steinmetz <steinmetz.richard@googlemail.com>
This commit is contained in:
Richard Steinmetz 2018-12-12 19:21:48 +01:00
parent 783232840a
commit 8bd688664d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
fi
if [ "$install" = true ]; then
echo "starting nexcloud installation"
echo "starting nextcloud installation"
max_retries=10
try=0
until run_as "php /var/www/html/occ maintenance:install $install_options" || [ "$try" -gt "$max_retries" ]