1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

better error reporting in timer callback; .htaccess for redir.html cache

This commit is contained in:
Steven Hugg
2018-08-25 21:03:29 -04:00
parent 6063b6598b
commit 0ade973ad7
5 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
grep "var VERSION" redir.html
mkdir -p .tmp
cp demo.html .tmp/index.html
rsync -rpilv --chmod=a+rx -e "ssh -p 2222" .tmp/index.html redir.html privacy.html css bootstrap images $RSYNC_PATH/
rsync -rpilv --chmod=a+rx -e "ssh -p 2222" .tmp/index.html .htaccess redir.html privacy.html css bootstrap images $RSYNC_PATH/
rm -fr .tmp
echo "Done."