Sharings plugin update

This commit is contained in:
Bob Mottram 2017-06-18 15:11:30 +01:00
parent 7c32e02d47
commit 41ec0bb918
1 changed files with 2 additions and 2 deletions

View File

@ -899,7 +899,7 @@ function install_gnusocial_plugin_sharings {
# update to the next commit
function_check set_repo_commit
set_repo_commit /var/www/$domain_name/htdocs/local/plugins "$social_app_name sharings plugin commit" "$SHARINGS_COMMIT" $SHARINGS_REPO
set_repo_commit /var/www/$domain_name/htdocs/local/plugins/Sharings "$social_app_name sharings plugin commit" "$SHARINGS_COMMIT" $SHARINGS_REPO
if [[ $(app_is_installed ${social_app_name}_plugin_sharings) == "1" ]]; then
return
@ -980,7 +980,7 @@ function install_gnusocial_plugin_sharings_theme {
# update to the next commit
function_check set_repo_commit
set_repo_commit /var/www/$domain_name/htdocs/local/plugins "$social_app_name sharings theme plugin commit" "$SHARINGS_THEME_COMMIT" $SHARINGS_THEME_REPO
set_repo_commit /var/www/$domain_name/htdocs/local/plugins/Sharings "$social_app_name sharings theme plugin commit" "$SHARINGS_THEME_COMMIT" $SHARINGS_THEME_REPO
if [[ $(app_is_installed ${social_app_name}_plugin_sharings_theme) == "1" ]]; then
return