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

View File

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