From 13afe3d289b60cbad814712d9caf0d3e03abb980 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 9 Dec 2024 13:18:23 +0100 Subject: [PATCH] Fix confif path --- install/syncthing-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/syncthing-install.sh b/install/syncthing-install.sh index 221ac563..cfdb0da8 100644 --- a/install/syncthing-install.sh +++ b/install/syncthing-install.sh @@ -28,7 +28,7 @@ $STD apt-get install -y syncthing $STD systemctl enable syncthing@root.service systemctl start syncthing@root.service sleep 5 -sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /root/.local/state/syncthing/config.xml +sed -i "{s/127.0.0.1:8384/0.0.0.0:8384/g}" /root/.config/syncthing/config.xml systemctl restart syncthing@root.service msg_ok "Installed Syncthing"