fix piping
This commit is contained in:
parent
a1b8c0429e
commit
70dd1ee423
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec 2&>1
|
exec 2>&1
|
||||||
exec /usr/bin/syncthing -logflags 0 -no-restart -home="$HOME/.config/syncthing"
|
exec /usr/bin/syncthing -logflags 0 -no-restart -home="$HOME/.config/syncthing"
|
||||||
|
|
Loading…
Reference in New Issue