mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-04 08:04:57 +02:00
Update 02-init_steps.sh
This commit is contained in:
@@ -29,7 +29,7 @@ done
|
|||||||
######################
|
######################
|
||||||
|
|
||||||
echo "Checking installation"
|
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 "Issue with installation detected, reinstallation will proceed"
|
||||||
bashio::log.fatal "-------------------------------------------------------------."
|
bashio::log.fatal "-------------------------------------------------------------."
|
||||||
bashio::log.fatal " "
|
bashio::log.fatal " "
|
||||||
|
|||||||
Reference in New Issue
Block a user