This commit is contained in:
USER
2024-09-06 21:38:29 +01:00
parent 7cfefe88d0
commit f3fe024705
4 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/bin/sh -x
TEMP1=$(mktemp)
TEMP2=$(mktemp)
${BINARY} cli config defaults folder fswatcher-enabled set false
${BINARY} cli config defaults folder rescan-intervals set 19997
${BINARY} cli config defaults folder min-disk-free value set 1
${BINARY} cli config defaults folder min-disk-free unit set GB
${BINARY} cli config options min-home-disk-free unit set GB
${BINARY} cli config options min-home-disk-free value set 1
rm -f ${TEMP1} ${TEMP2}