Skip to content

Commit

Permalink
[syncthing] Fix config migration (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Jan 13, 2024
1 parent cccb73d commit 3ca1026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncthing/root/etc/s6-overlay/s6-rc.d/syncthing/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ then
do
[ -f "/data/config/${CONF_FILE}" ] && mv -fn "/data/config/${CONF_FILE}" /config/ && rm -f "/data/config/${CONF_FILE}"
done
mv -fn /data/config/* /data/ && rm -f /data/config
mv -fn /data/config/* /data/ && rm -rf /data/config
fi

bashio::log.info 'Starting Syncthing'
Expand Down

0 comments on commit 3ca1026

Please sign in to comment.