File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function update_script() {
4141 msg_ok " Started Service"
4242 msg_ok " Updated successfully!"
4343 fi
44- if check_for_gh_release " photon" " dedicatedcode/reitti " ; then
44+ if check_for_gh_release " photon" " komoot/photon " ; then
4545 msg_info " Stopping Service"
4646 systemctl stop photon
4747 msg_ok " Stopped Service"
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "photon" "komoot/photon
6565mv /opt/photon/photon-* .jar /opt/photon/photon.jar
6666
6767msg_info " Creating Reitti Configuration-File"
68+ mkdir -p /opt/reitti/data
6869cat << EOF >/opt/reitti/application.properties
6970# Reitti Server Base URI
7071reitti.server.advertise-uri=http://127.0.0.1:8080
You can’t perform that action at this time.
0 commit comments