Minor corrections

This commit is contained in:
2016-04-20 22:24:55 +01:00
parent 6c333d3349
commit a88a9fd51d

View File

@@ -8,11 +8,12 @@ export_env BTSYNC_CONFIG /host/etc/btsync/btsync.conf
export_env BTSYNC_DATA /host/var/btsync export_env BTSYNC_DATA /host/var/btsync
## BTsync ## BTsync
cd opt cd /opt
wget -O btsync.tar.gz http://download-lb.utorrent.com/endpoint/btsync/os/linux-x64/track/stable wget -O btsync.tar.gz http://download-lb.utorrent.com/endpoint/btsync/os/linux-x64/track/stable
tar xzf btsync.tar.gz tar xzf btsync.tar.gz btsync
## Remove installation files ## Remove installation files
if [ $MODE == "minimal" ]; then if [ $MODE == "minimal" ]; then
cd /opt
rm btsync.tar.gz rm btsync.tar.gz
fi fi