fix piping

This commit is contained in:
fanyx 2022-09-23 13:34:28 +02:00
parent a1b8c0429e
commit 70dd1ee423
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
exec 2&>1
exec 2>&1
exec /usr/bin/syncthing -logflags 0 -no-restart -home="$HOME/.config/syncthing"