3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/sh
|
|
set -e
|
|
/opt/btsync --nodaemon --config $BTSYNC_CONFIG |
#!/bin/sh
|
|
set -e
|
|
/opt/btsync --nodaemon --config $BTSYNC_CONFIG |