Skip to content

Commit

Permalink
added option to output tar
Browse files Browse the repository at this point in the history
tar is extracted to /opt
  • Loading branch information
willjasen committed Dec 27, 2014
1 parent d642941 commit 929891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/BitTorrentSync.template
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"command" : "gzip -d /opt/btsync.tar.gz"
},
"2-extract-btsync" : {
"command" : "tar -xvf /opt/btsync.tar"
"command" : "tar -xvf /opt/btsync.tar -C /opt"
},
"3-run-btsync" : {
"command" : "/opt/btsync --webui.listen 0.0.0.0:8888"
Expand Down

0 comments on commit 929891a

Please sign in to comment.