summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <daniel@danieljon.es>2018-02-12 20:33:27 -0500
committerDaniel Jones <daniel@danieljon.es>2018-02-12 20:33:27 -0500
commit38d450a43510394aa632b3ec2d379983e90d55b2 (patch)
tree3ac06b214fa67bc8a0e394c0b885bc79687dded3
parent4543af5bd8b19a0e2c1bb67dcbcf6a4e7cd160c9 (diff)
downloadwebsite-38d450a43510394aa632b3ec2d379983e90d55b2.tar.gz
website-38d450a43510394aa632b3ec2d379983e90d55b2.zip
added hacky fix for /blog permissions
-rwxr-xr-xlive.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/live.sh b/live.sh
index c829f97..9ca2327 100755
--- a/live.sh
+++ b/live.sh
@@ -3,6 +3,7 @@ python3 generatesite.py templates/template_dark.txt dark
python3 generatesite.py templates/template_nocss.txt nocss
python3 generatesite.py templates/template_kawaii.txt kawaii
cp -r output/* /var/www
+chmod -R +r /var/www/blog
chmod -R +r /var/www/dark
chmod -R +r /var/www/kawaii
chmod -R +r /var/www/nocss