|
|
|
|
899
|
|
899
|
|
900
|
# update to the next commit
|
900
|
# update to the next commit
|
901
|
function_check set_repo_commit
|
901
|
function_check set_repo_commit
|
902
|
- set_repo_commit /var/www/$domain_name/htdocs/local/plugins "$social_app_name sharings plugin commit" "$SHARINGS_COMMIT" $SHARINGS_REPO
|
|
|
|
|
902
|
+ set_repo_commit /var/www/$domain_name/htdocs/local/plugins/Sharings "$social_app_name sharings plugin commit" "$SHARINGS_COMMIT" $SHARINGS_REPO
|
903
|
|
903
|
|
904
|
if [[ $(app_is_installed ${social_app_name}_plugin_sharings) == "1" ]]; then
|
904
|
if [[ $(app_is_installed ${social_app_name}_plugin_sharings) == "1" ]]; then
|
905
|
return
|
905
|
return
|
|
|
|
|
980
|
|
980
|
|
981
|
# update to the next commit
|
981
|
# update to the next commit
|
982
|
function_check set_repo_commit
|
982
|
function_check set_repo_commit
|
983
|
- set_repo_commit /var/www/$domain_name/htdocs/local/plugins "$social_app_name sharings theme plugin commit" "$SHARINGS_THEME_COMMIT" $SHARINGS_THEME_REPO
|
|
|
|
|
983
|
+ set_repo_commit /var/www/$domain_name/htdocs/local/plugins/Sharings "$social_app_name sharings theme plugin commit" "$SHARINGS_THEME_COMMIT" $SHARINGS_THEME_REPO
|
984
|
|
984
|
|
985
|
if [[ $(app_is_installed ${social_app_name}_plugin_sharings_theme) == "1" ]]; then
|
985
|
if [[ $(app_is_installed ${social_app_name}_plugin_sharings_theme) == "1" ]]; then
|
986
|
return
|
986
|
return
|