summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
Diffstat (limited to 'publish')
-rwxr-xr-xpublish1
1 files changed, 1 insertions, 0 deletions
diff --git a/publish b/publish
index 16d8024..d639aee 100755
--- a/publish
+++ b/publish
@@ -233,6 +233,7 @@ if [ "$make_qrcode" -gt 0 ] ; then
fi
if [ "$add_default_cs" -gt 0 ] ; then
+ setup_tmpdir
echo 'AddDefaultCharset UTF-8' > "$tmpdir/.htaccess"
set dummy "$tmpdir/.htaccess" "$@"
shift