jitsi-updater.sh: add last call to check_lst_cd

This commit is contained in:
Luis Guzmán 2024-03-21 14:03:42 -06:00
parent aec2d9898c
commit b8b15b4e9c
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