diff options
-rwxr-xr-x | live.sh | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,6 +5,7 @@ git pull make clean make ./generate -cp -r output/* /var/www/html -chmod -R +r /var/www/html/blog -chmod -R +r /var/www/html/posts +cp -r output/* /var/www/danieljon.es +setfacl -Rm u::rwX,g::r-X,o::--- /var/www/danieljon.es/ +setfacl -Rdm u::rwX,g::r-X,o::--- /var/www/danieljon.es/ +restorecon -vRF /var/www/danieljon.es |