Fix for other projects, too.

This commit is contained in:
Martin Lablans
2022-05-10 11:56:50 +02:00
parent edc3085dca
commit 66120a4ae7
4 changed files with 12 additions and 134 deletions

View File

@ -46,7 +46,6 @@ source /etc/bridgehead/site.conf
case "$action" in
start)
checkRequirements
./lib/generate-landingpage.sh
exec docker-compose -f ./$project/docker-compose.yml --env-file /etc/bridgehead/$project.env up
;;
stop)