Bob Mottram 8 anni fa
parent
commit
326eb866a1
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      src/freedombone

+ 2
- 0
src/freedombone Vedi 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