Mercurial Hosting > luan
comparison host/update.sh @ 2099:41b8b2cbbdf8 ssltesting
fix
| author | Violet7 |
|---|---|
| date | Mon, 15 Dec 2025 20:06:31 -0800 |
| parents | c1594d23d45b |
| children | 3112b06ab447 |
comparison
equal
deleted
inserted
replaced
| 2098:0d247a84c26d | 2099:41b8b2cbbdf8 |
|---|---|
| 1 #!/bin/bash | 1 #!/bin/bash |
| 2 | 2 |
| 3 set -e | 3 set -e |
| 4 # prevents error if there is nothing in sites/ | |
| 5 shopt -s nullglob | |
| 4 | 6 |
| 5 SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)" | 7 SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)" |
| 6 cd $SCRIPT_DIR | 8 cd $SCRIPT_DIR |
| 7 | 9 |
| 8 ./stop.sh | 10 ./stop.sh |
