We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d68c2e commit c880686Copy full SHA for c880686
ct/vikunja.sh
@@ -65,7 +65,7 @@ RELEASE=$(curl -s https://dl.vikunja.io/vikunja/ | grep -oP 'href="/vikunja/\K[0
65
if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then
66
msg_info "Stopping ${APP}"
67
systemctl stop vikunja
68
- msg_ok "Services ${APP}"
+ msg_ok "Stopped ${APP}"
69
70
msg_info "Updating ${APP} to ${RELEASE}"
71
cd /opt
0 commit comments