vvv.sh 'down' not working

This commit is contained in:
Andrew Hurley 2022-11-09 19:56:19 +11:00
parent 426cfd9ec6
commit 8a551dac84
1 changed files with 0 additions and 7 deletions

7
vvv.sh
View File

@ -110,12 +110,5 @@ else
fi
fi
COMMAND="sudo docker compose up -d"
printf "${COMMAND}\n"
if ! ${COMMAND}; then
printf "Services 'up' error."
exit 1
fi
popd > /dev/null || exit 1