change comments
This commit is contained in:
parent
2c12b9d009
commit
4f849ddf53
|
@ -2,13 +2,11 @@
|
|||
|
||||
set -e # exit on first error
|
||||
|
||||
cwd
|
||||
|
||||
# get current working directory (pwd doesn't cut it)
|
||||
# get running script directory
|
||||
cwd=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
||||
|
||||
# run the sia-stop script
|
||||
. ${cwd}/sia-stop.sh
|
||||
|
||||
# start sia
|
||||
docker-compose up -d sia
|
||||
docker-compose up -d sia
|
||||
|
|
|
@ -18,4 +18,4 @@ docker-compose stop health-check
|
|||
countdown 300
|
||||
|
||||
# now stop sia process
|
||||
docker-compose stop sia
|
||||
docker-compose stop sia
|
||||
|
|
Reference in New Issue