File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
225
225
echo " Starting nextcloud installation"
226
226
max_retries=10
227
227
try=0
228
- until run_as " php /var/www/html/occ maintenance:install $install_options " || [ " $try " -gt " $max_retries " ]
228
+ until [ " $try " -gt " $max_retries " ] || run_as " php /var/www/html/occ maintenance:install $install_options "
229
229
do
230
230
echo " Retrying install..."
231
231
try=$(( try+ 1 ))
You can’t perform that action at this time.
0 commit comments