crafty-controller: fix update output (#6793)

This commit is contained in:
CanbiZ 2025-08-13 15:11:05 +02:00 committed by GitHub
parent 7e32903f10
commit c43e5318ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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