fix(dd-ctl): added api restart after branding

darta 2022-01-20 21:32:53 +01:00
parent 149c349513
commit 2999840a5f
1 changed files with 2 additions and 1 deletions

3
dd-ctl
View File

@ -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