change comments

This commit is contained in:
Karol Wypchlo 2020-09-04 14:58:02 +02:00
parent 2c12b9d009
commit 4f849ddf53
2 changed files with 3 additions and 5 deletions

View File

@ -2,13 +2,11 @@
set -e # exit on first error set -e # exit on first error
cwd # get running script directory
# get current working directory (pwd doesn't cut it)
cwd=$(cd -P -- "$(dirname -- "$0")" && pwd -P) cwd=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
# run the sia-stop script # run the sia-stop script
. ${cwd}/sia-stop.sh . ${cwd}/sia-stop.sh
# start sia # start sia
docker-compose up -d sia docker-compose up -d sia

View File

@ -18,4 +18,4 @@ docker-compose stop health-check
countdown 300 countdown 300
# now stop sia process # now stop sia process
docker-compose stop sia docker-compose stop sia