change comments
This commit is contained in:
parent
2c12b9d009
commit
4f849ddf53
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in New Issue