jitsi-updater.sh: add last call to check_lst_cd

Reviewed-on: #108
This commit is contained in:
Luis Guzmán 2024-03-21 20:04:35 +00:00
commit 2a58bdd8a6
1 changed files with 4 additions and 0 deletions

View File

@ -265,6 +265,10 @@ printwc "${Purple}" "========== Enable $NC_DOMAIN for sync client ==========\n"
echo "$NC_DOMAIN seems to be on place, skipping..." echo "$NC_DOMAIN seems to be on place, skipping..."
fi fi
fi fi
# Final check & upgrade call.
check_lst_cd
if [ "$JIBRI_NODE" = "yes" ]; then if [ "$JIBRI_NODE" = "yes" ]; then
restart_jibri restart_jibri
else else