From 2999840a5f6813378809151e698dafc2e1e1553b Mon Sep 17 00:00:00 2001 From: darta Date: Thu, 20 Jan 2022 21:32:53 +0100 Subject: [PATCH] fix(dd-ctl): added api restart after branding --- dd-ctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dd-ctl b/dd-ctl index c69cdca..b9230d7 100755 --- a/dd-ctl +++ b/dd-ctl @@ -450,6 +450,7 @@ if [ "$OPERATION" = "all" ]; then wait_for_moodle upgrade_plugins_moodle + upgrade_plugins_nextcloud upgrade_plugins_wp setup_nextcloud @@ -466,7 +467,6 @@ if [ "$OPERATION" = "all" ]; then echo " After that run ./dd-ctl saml" echo " - SSO in nextcloud should be active. You can go to: https://nextcloud.$DOMAIN" echo " - SSO in wordpress should be active. You should go to https://wp.$DOMAIN/wp-admin//plugins.php " - echo " and activate 'OneLogin SAML SSO' plugin" echo "\n\n" echo " #### Update customizations ####" @@ -477,6 +477,7 @@ if [ "$OPERATION" = "branding" ]; then up wait_for_moodle update_logos_and_menu + docker restart isard-sso-api fi if [ "$OPERATION" = "upgrade-plugins" ]; then