Update 02-init_steps.sh

This commit is contained in:
Alexandre
2023-03-24 11:22:41 +01:00
committed by GitHub
parent d9016380b5
commit 6578b3956c

View File

@@ -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