mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Update 02-init_steps.sh
This commit is contained in:
@@ -66,7 +66,7 @@ fi
|
||||
|
||||
# Check if issue in installation
|
||||
echo "... checking installation"
|
||||
(if [[ "$(occ -V)" == *"Composer autoloader not found"* ]]; then
|
||||
(if [[ "$(occ -V 2>&1)" == *"Composer autoloader not found"* ]]; then
|
||||
touch /reinstall
|
||||
fi) &> /dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user