Skip to content

Commit c880686

Browse files
authored
Tweak vikunja.sh
(spelling mistake)
1 parent 4d68c2e commit c880686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/vikunja.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RELEASE=$(curl -s https://dl.vikunja.io/vikunja/ | grep -oP 'href="/vikunja/\K[0
6565
if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then
6666
msg_info "Stopping ${APP}"
6767
systemctl stop vikunja
68-
msg_ok "Services ${APP}"
68+
msg_ok "Stopped ${APP}"
6969

7070
msg_info "Updating ${APP} to ${RELEASE}"
7171
cd /opt

0 commit comments

Comments
 (0)