From 062c3c07d38d857e004d3be2e08a5a890f6f3e47 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:01:10 +0100 Subject: [PATCH] reitti: fix: v4 --- ct/reitti.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/reitti.sh b/ct/reitti.sh index 3b52d99e4..ccec08461 100644 --- a/ct/reitti.sh +++ b/ct/reitti.sh @@ -95,7 +95,7 @@ EOF msg_ok "Stopped Service" rm -f /opt/photon/photon.jar - USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "photon" "komoot/photon" "singlefile" "latest" "/opt/photon" "photon-0*.jar" + USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "photon" "komoot/photon" "singlefile" "latest" "/opt/photon" "photon-*.jar" mv /opt/photon/photon-*.jar /opt/photon/photon.jar msg_info "Starting Service"