Sharings plugin update
This commit is contained in:
parent
7c32e02d47
commit
41ec0bb918
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue