ownership
This commit is contained in:
parent
afb33abc0c
commit
326eb866a1
|
@ -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
|
cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins/Sharings/locale/en_US/LC_MESSAGES
|
||||||
msgfmt -o Sharings.mo Sharings.po
|
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
|
if ! grep -q "GNU Social sharings plugin commit" $COMPLETION_FILE; then
|
||||||
echo "GNU Social sharings plugin commit:$SHARINGS_COMMIT" >> $COMPLETION_FILE
|
echo "GNU Social sharings plugin commit:$SHARINGS_COMMIT" >> $COMPLETION_FILE
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue