Skip to content

Commit c7f9fe9

Browse files
committed
fix syntax error
1 parent 5119e35 commit c7f9fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spruce/scripts/syncthing_sync_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
. /mnt/SDCARD/spruce/scripts/network/syncthingFunctions.sh
44
. /mnt/SDCARD/spruce/scripts/helperFunctions.sh
55

6-
SYNCTHING_CONFIG_DIR="${ST_DIR/config:-/mnt/SDCARD/spruce/bin/Syncthing/config}"
6+
SYNCTHING_CONFIG_DIR="${ST_DIR:=/mnt/SDCARD/Saves/syncthing}/config"
77
API_ENDPOINT="http://localhost:8384/rest"
88
CONFIG_XML="$SYNCTHING_CONFIG_DIR/config.xml"
99
API_KEY=""

0 commit comments

Comments
 (0)