mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 02-init_steps.sh
This commit is contained in:
@@ -29,7 +29,7 @@ done
|
||||
######################
|
||||
|
||||
echo "Checking installation"
|
||||
if [[ "$(occ --version >/dev/null)" == *"Composer autoloader not found"* ]]; then
|
||||
if [[ "$(occ -V)" == *"Composer autoloader not found"* ]]; then
|
||||
bashio::log.fatal "Issue with installation detected, reinstallation will proceed"
|
||||
bashio::log.fatal "-------------------------------------------------------------."
|
||||
bashio::log.fatal " "
|
||||
|
||||
Reference in New Issue
Block a user