From 1c5eb5ae1a80bf62cb6b10f0fe03d9bf834b1dfe Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 Mar 2023 15:53:32 +0200 Subject: [PATCH] Update 02-init_steps.sh --- .../rootfs/etc/cont-init.d/02-init_steps.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh index 129ec397a..f20a6a459 100755 --- a/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh +++ b/nextcloud/rootfs/etc/cont-init.d/02-init_steps.sh @@ -62,14 +62,14 @@ elif [[ $($LAUNCHER -V 2>&1) == *"Composer autoloader not found"* ]]; then bashio::log.red "Issue in installation detected, Nextcloud will reinstall" bashio::log.red "--------------------------------------------------------" touch /reinstall -else - bashio::log.red "------------------------------------------------------------------" - bashio::log.red "Unknown error detected, please create issue in github or reinstall" - bashio::log.red "------------------------------------------------------------------" - bashio::log.red "Error message:" - bashio::log.red "$($LAUNCHER -V 2>&1)" - bashio::log.red "------------------------------------------------------------------" - bashio::exit.nok +#else +# bashio::log.red "------------------------------------------------------------------" +# bashio::log.red "Unknown error detected, please create issue in github or reinstall" +# bashio::log.red "------------------------------------------------------------------" +# bashio::log.red "Error message:" +# bashio::log.red "$($LAUNCHER -V 2>&1)" +# bashio::log.red "------------------------------------------------------------------" +# bashio::exit.nok fi #########################