diff --git a/src/freedombone b/src/freedombone index 41b56b4a..1553ce8a 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8733,6 +8733,8 @@ function install_gnu_social_plugin_sharings { cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins/Sharings/locale/en_US/LC_MESSAGES msgfmt -o Sharings.mo Sharings.po + chown -R www-data:www-data /var/www/$MICROBLOG_DOMAIN_NAME/htdocs + if ! grep -q "GNU Social sharings plugin commit" $COMPLETION_FILE; then echo "GNU Social sharings plugin commit:$SHARINGS_COMMIT" >> $COMPLETION_FILE else