mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 02:18:16 +01:00
Update 02-init_steps.sh
This commit is contained in:
@@ -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
|
||||
|
||||
#########################
|
||||
|
||||
Reference in New Issue
Block a user