diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-03 10:07:38 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-03 10:07:38 +0100 |
| commit | 35ba671688bde7500bc66c325c48b4fe26380738 (patch) | |
| tree | eb59a8140e1e661b9a54f49a274514c93391c3f2 | |
| parent | 8d55a0ba0f7c00efaa77a1cf85bd4e34e9937622 (diff) | |
remove serverlist on spindown
| -rw-r--r-- | doc/title.xcf | bin | 0 -> 124226 bytes | |||
| -rwxr-xr-x | docker/spindown.sh | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/title.xcf b/doc/title.xcf Binary files differnew file mode 100644 index 0000000..257d36c --- /dev/null +++ b/doc/title.xcf diff --git a/docker/spindown.sh b/docker/spindown.sh index b3d3a8c..1b171f3 100755 --- a/docker/spindown.sh +++ b/docker/spindown.sh @@ -3,6 +3,8 @@ declare -i NUM_INSTANCES=$1 declare -i BASE_PORT=2222 +rm serverlist.txt &>/dev/null + for (( i=0; i < $NUM_INSTANCES; i++ )); do port=$[ BASE_PORT + i + 1 ] docker stop dserver-serv$i |
