From 929891a14d05bd98f1f4306166f4e30c9f5be766 Mon Sep 17 00:00:00 2001 From: Brandon Buchanan Date: Fri, 26 Dec 2014 23:25:23 -0500 Subject: [PATCH] added option to output tar tar is extracted to /opt --- templates/BitTorrentSync.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/BitTorrentSync.template b/templates/BitTorrentSync.template index bc063e4..aa59fd4 100644 --- a/templates/BitTorrentSync.template +++ b/templates/BitTorrentSync.template @@ -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"