From 426e3120acaa81ff412e38334469c6bf4eb787d9 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 17 Jul 2019 12:21:07 +0930 Subject: new server dirs --- live.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/live.sh b/live.sh index ab05e4c..5c9746c 100755 --- a/live.sh +++ b/live.sh @@ -4,11 +4,11 @@ python3 generatesite.py templates/template_nocss.txt nocss python3 generatesite.py templates/template_kawaii.txt kawaii python3 generatesite.py templates/template_light.txt light python3 generatesite.py templates/template_solarized.txt solarized -cp -r output/* /var/www -chmod -R +r /var/www/blog -chmod -R +r /var/www/posts -chmod -R +r /var/www/dark -chmod -R +r /var/www/kawaii -chmod -R +r /var/www/nocss -chmod -R +r /var/www/light -chmod -R +r /var/www/solarized +cp -r output/* /var/www/html +chmod -R +r /var/www/html/blog +chmod -R +r /var/www/html/posts +chmod -R +r /var/www/html/dark +chmod -R +r /var/www/html/kawaii +chmod -R +r /var/www/html/nocss +chmod -R +r /var/www/html/light +chmod -R +r /var/www/html/solarized -- cgit v1.2.3