Skip to content

Commit f16f7a1

Browse files
authored
Fix update (#7027)
1 parent 94a8fe7 commit f16f7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/komga.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function update_script() {
2929
fi
3030

3131
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
32+
if [[ ! -f ~/.komga-org ]] || [[ "${RELEASE}" != "$(cat ~/.komga-org)" ]]; then
3333
msg_info "Stopping ${APP}"
3434
systemctl stop komga
3535
msg_ok "Stopped ${APP}"

0 commit comments

Comments
 (0)