Browse Source

ownership

Bob Mottram 9 years ago
parent
commit
326eb866a1
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone

+ 2
- 0
src/freedombone View File

@@ -8733,6 +8733,8 @@ function install_gnu_social_plugin_sharings {
8733 8733
 	cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins/Sharings/locale/en_US/LC_MESSAGES
8734 8734
 	msgfmt -o Sharings.mo Sharings.po
8735 8735
 
8736
+    chown -R www-data:www-data /var/www/$MICROBLOG_DOMAIN_NAME/htdocs
8737
+	
8736 8738
 	if ! grep -q "GNU Social sharings plugin commit" $COMPLETION_FILE; then
8737 8739
 		echo "GNU Social sharings plugin commit:$SHARINGS_COMMIT" >> $COMPLETION_FILE
8738 8740
 	else