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