We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5119e35 commit c7f9fe9Copy full SHA for c7f9fe9
1 file changed
spruce/scripts/syncthing_sync_check.sh
@@ -3,7 +3,7 @@
3
. /mnt/SDCARD/spruce/scripts/network/syncthingFunctions.sh
4
. /mnt/SDCARD/spruce/scripts/helperFunctions.sh
5
6
-SYNCTHING_CONFIG_DIR="${ST_DIR/config:-/mnt/SDCARD/spruce/bin/Syncthing/config}"
+SYNCTHING_CONFIG_DIR="${ST_DIR:=/mnt/SDCARD/Saves/syncthing}/config"
7
API_ENDPOINT="http://localhost:8384/rest"
8
CONFIG_XML="$SYNCTHING_CONFIG_DIR/config.xml"
9
API_KEY=""
0 commit comments