Reitti: Fix missing data directory (#8787)

* Reitti fix

* Update photon.service configuration in install script

* Update
This commit is contained in:
Slaviša Arežina
2025-10-31 17:15:28 +01:00
committed by GitHub
parent 7f86f98d8d
commit b715c1ed18
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ function update_script() {
msg_ok "Started Service"
msg_ok "Updated successfully!"
fi
if check_for_gh_release "photon" "dedicatedcode/reitti"; then
if check_for_gh_release "photon" "komoot/photon"; then
msg_info "Stopping Service"
systemctl stop photon
msg_ok "Stopped Service"