Harmonize Service MSG-Blocks (#8233)

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
CanbiZ
2025-10-10 11:15:44 +02:00
committed by GitHub
parent f39b17ad7a
commit 4b5fc75ee1
47 changed files with 173 additions and 172 deletions

View File

@@ -28,17 +28,17 @@ function update_script() {
exit
fi
if check_for_gh_release "komga" "gotson/komga"; then
msg_info "Stopping ${APP}"
msg_info "Stopping Service"
systemctl stop komga
msg_ok "Stopped ${APP}"
msg_ok "Stopped Service"
rm -f /opt/komga/komga.jar
USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "komga-org" "gotson/komga" "singlefile" "latest" "/opt/komga" "komga*.jar"
mv /opt/komga/komga-*.jar /opt/komga/komga.jar
msg_info "Starting ${APP}"
msg_info "Starting Service"
systemctl start komga
msg_ok "Started ${APP}"
msg_ok "Started Service"
msg_ok "Updated Successfully"
fi
exit