removed btsync added tresorit

This commit is contained in:
2015-07-05 19:50:25 -06:00
parent 29016fd2d0
commit fe32289058
+5 -5
View File
@@ -42,8 +42,8 @@ if dropbox.py running ; then
#start dropbox
~/bin/dropbox.py start
fi
#check if btsync running and start
#if ! ps -A | grep -q btsync ; then
#start btsync
# btsync --config ~/.config/btsync/btsync.conf
#fi
#check if tresorit running
if $( ps -C tresorit > /dev/null ); then
#start tresorit as hidden
tresorit --hidden
fi