Mercurial Hosting > luan
changeset 2099:41b8b2cbbdf8 ssltesting
fix
| author | Violet7 |
|---|---|
| date | Mon, 15 Dec 2025 20:06:31 -0800 |
| parents | 0d247a84c26d |
| children | 665d227f06f3 |
| files | host/update.sh |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r 0d247a84c26d -r 41b8b2cbbdf8 host/update.sh --- a/host/update.sh Mon Dec 15 20:04:01 2025 -0800 +++ b/host/update.sh Mon Dec 15 20:06:31 2025 -0800 @@ -1,6 +1,8 @@ #!/bin/bash set -e +# prevents error if there is nothing in sites/ +shopt -s nullglob SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)" cd $SCRIPT_DIR
