Skip to content

Commit 41f4aeb

Browse files
authored
Fix infinite spinner (#2673)
1 parent c12470f commit 41f4aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/sabnzbd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function update_script() {
4040
systemctl start sabnzbd.service
4141
msg_ok "Updated ${APP} to ${RELEASE}"
4242
else
43-
msg_info "No update required. ${APP} is already at ${RELEASE}"
43+
msg_ok "No update required. ${APP} is already at ${RELEASE}"
4444
fi
4545
exit
4646
}

0 commit comments

Comments
 (0)