Update 02-init_steps.sh

This commit is contained in:
Alexandre
2023-03-26 15:53:32 +02:00
committed by GitHub
parent f67074ceb4
commit 1c5eb5ae1a

View File

@@ -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
#########################