added btsync check and start

This commit is contained in:
2014-03-27 03:04:16 -06:00
parent 383fc9c605
commit b124d70f67
+5
View File
@@ -33,3 +33,8 @@ if dropbox.py running ; then
#start dropbox #start dropbox
~/bin/dropbox.py start ~/bin/dropbox.py start
fi fi
#check if btsync running and start
if ! ps -A | grep -q btsync ; then
#start btsync
btsync --config ~/.config/btsync/btsync.conf
fi