emby: fix update output (#6791)

This commit is contained in:
CanbiZ 2025-08-13 23:16:56 +02:00 committed by GitHub
parent 7cc1eaa259
commit 6a5685505a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,8 +41,10 @@ function update_script() {
msg_ok "Started ${APP}" msg_ok "Started ${APP}"
msg_ok "Updated Successfully" msg_ok "Updated Successfully"
exit else
msg_ok "No update required. ${APP} is already at ${RELEASE}"
fi fi
exit
} }
start start