From 2fb5503959756b9b7017ec0263a2eb32ca0d2ae2 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:02:24 +0100 Subject: [PATCH] reitti: fix: v4 --- install/reitti-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/reitti-install.sh b/install/reitti-install.sh index 660c09b27..edc4b928e 100644 --- a/install/reitti-install.sh +++ b/install/reitti-install.sh @@ -44,7 +44,7 @@ msg_ok "Configured RabbitMQ" USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "reitti" "dedicatedcode/reitti" "singlefile" "latest" "/opt/reitti" "reitti-app.jar" mv /opt/reitti/reitti-*.jar /opt/reitti/reitti.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 "Installing Nginx Tile Cache"