diff options
Diffstat (limited to 'http/bin')
| -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 |
