diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-02 17:53:28 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-02 17:59:45 +0100 |
| commit | 86f40be2cb74fc9179a0324a327465367388179e (patch) | |
| tree | 80b4d1b4b1a98f1f82b07a27d130d1119756fc49 /http/bin/mkws | |
| parent | 7ac7ed3cecafc59d97c515ebc1f59d59305c172f (diff) | |
mkws outputs to 'out' instead of 'public'
Diffstat (limited to 'http/bin/mkws')
| -rwxr-xr-x | http/bin/mkws | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/bin/mkws b/http/bin/mkws index fa4cd99..fd0e726 100755 --- a/http/bin/mkws +++ b/http/bin/mkws @@ -10,7 +10,7 @@ test $# -lt 1 && usage export SRC="$(realpath src)" export SHARE="$(realpath share)" -export OUT="$(realpath public)" +export OUT="$(realpath out)" mkdir -p ${OUT} if ! test -f "${SRC}"/index.upphtml |
