From 45521d9f8a0e17df6e8cfa9fcf1397e4742aa508 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 6 Nov 2014 12:25:33 +0000 Subject: [PATCH] Blog permissions --- install-freedombone.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 2f3721bd..df3f7647 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -122,7 +122,8 @@ TLS_TIME_SOURCE1="google.com" TLS_TIME_SOURCE2="www.ptb.de" # kernel specifically tweaked for the Beaglebone Black -KERNEL_VERSION="v3.15.10-bone7" +# See http://rcn-ee.net/deb/jessie-armhf/ +KERNEL_VERSION="v3.15.10-bone8" # Whether or not to use the beaglebone's hardware random number generator USE_HWRNG="yes" @@ -3894,6 +3895,7 @@ function install_blog { cd /var/www/$FULLBLOG_DOMAIN_NAME git clone https://github.com/danpros/htmly htdocs + chown -R www-data:www-data /var/www/$FULLBLOG_DOMAIN_NAME/htdocs if [ ! -f /etc/ssl/private/$FULLBLOG_DOMAIN_NAME.key ]; then makecert $FULLBLOG_DOMAIN_NAME