feat: change default home folder to /mnt/onboard.
This commit is contained in:
parent
9386bf782d
commit
4b69358604
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ log_s() {
|
||||||
echo "$@" >&2
|
echo "$@" >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
: "${HOME:=/}"
|
: "${HOME:=/mnt/onboard}"
|
||||||
SYNCTHING_HOME=/mnt/onboard/.adds/syncthing
|
SYNCTHING_HOME=/mnt/onboard/.adds/syncthing
|
||||||
|
|
||||||
# add 127.0.0.1 to loopback device
|
# add 127.0.0.1 to loopback device
|
||||||
|
|
Loading…
Add table
Reference in a new issue