Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <steinmetz.richard@googlemail.com>
  • Loading branch information
st3iny committed Dec 13, 2018
1 parent 8bd6886 commit a37b675
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 13.0/apache/entrypoint.sh
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion 13.0/fpm-alpine/entrypoint.sh
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion 13.0/fpm/entrypoint.sh
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion 14.0/apache/entrypoint.sh
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion 14.0/fpm-alpine/entrypoint.sh
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion 14.0/fpm/entrypoint.sh
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion 15.0/apache/entrypoint.sh
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion 15.0/fpm-alpine/entrypoint.sh
Expand Up @@ -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" ]
Expand Down
2 changes: 1 addition & 1 deletion 15.0/fpm/entrypoint.sh
Expand Up @@ -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" ]
Expand Down

0 comments on commit a37b675

Please sign in to comment.