ownership

This commit is contained in:
Bob Mottram 2016-05-14 13:42:54 +01:00
parent afb33abc0c
commit 326eb866a1
1 changed files with 2 additions and 0 deletions

View File

@ -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