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 94a8fe7 commit f16f7a1Copy full SHA for f16f7a1
ct/komga.sh
@@ -29,7 +29,7 @@ function update_script() {
29
fi
30
31
RELEASE=$(curl -fsSL https://api.github.com/repos/gotson/komga/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
32
- if [[ ! -f ~/.komga ]] || [[ "${RELEASE}" != "$(cat ~/.komga)" ]]; then
+ if [[ ! -f ~/.komga-org ]] || [[ "${RELEASE}" != "$(cat ~/.komga-org)" ]]; then
33
msg_info "Stopping ${APP}"
34
systemctl stop komga
35
msg_ok "Stopped ${APP}"
0 commit comments