From 4543af5bd8b19a0e2c1bb67dcbcf6a4e7cd160c9 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sat, 10 Feb 2018 00:31:00 -0500 Subject: changed live script to edit permissions appropriately --- live.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/live.sh b/live.sh index 1c8f230..c829f97 100755 --- a/live.sh +++ b/live.sh @@ -3,3 +3,6 @@ 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/dark +chmod -R +r /var/www/kawaii +chmod -R +r /var/www/nocss -- cgit v1.2.3