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