summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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