3 lines
65 B
Bash
3 lines
65 B
Bash
#!/bin/sh
|
|
set -e
|
|
/opt/syncthing/syncthing -home=$SYNCTHING_CONFIG |
#!/bin/sh
|
|
set -e
|
|
/opt/syncthing/syncthing -home=$SYNCTHING_CONFIG |