Skip to content

Commit b715c1e

Browse files
authored
Reitti: Fix missing data directory (#8787)
* Reitti fix * Update photon.service configuration in install script * Update
1 parent 7f86f98 commit b715c1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ct/reitti.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

install/reitti-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "photon" "komoot/photon
6565
mv /opt/photon/photon-*.jar /opt/photon/photon.jar
6666

6767
msg_info "Creating Reitti Configuration-File"
68+
mkdir -p /opt/reitti/data
6869
cat <<EOF >/opt/reitti/application.properties
6970
# Reitti Server Base URI
7071
reitti.server.advertise-uri=http://127.0.0.1:8080

0 commit comments

Comments
 (0)