Added start all docker-containers to end of clean up script

This commit is contained in:
Asif Bacchus 2018-10-20 05:38:25 -06:00
parent 9e590bba0f
commit 9c78ec12eb
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ function cleanup {
echo -e "${op}${stamp} 503 error page never copied to webroot," \ echo -e "${op}${stamp} 503 error page never copied to webroot," \
"nothing to cleanup" >> "$logFile" "nothing to cleanup" >> "$logFile"
fi fi
## ensure all docker containers are running
docker-compose up -d
} }
### operate docker containers ### operate docker containers