jitsi-updater.sh: add last call to check_lst_cd #108

Merged
Ark74 merged 1 commits from Ark74/quick-jibri-installer:add_final_check_lst into master 2024-03-21 20:04:36 +00:00
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..."
fi
fi
# Final check & upgrade call.
check_lst_cd
if [ "$JIBRI_NODE" = "yes" ]; then
restart_jibri
else