removed btsync added tresorit
This commit is contained in:
@@ -42,8 +42,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
|
#check if tresorit running
|
||||||
#if ! ps -A | grep -q btsync ; then
|
if $( ps -C tresorit > /dev/null ); then
|
||||||
#start btsync
|
#start tresorit as hidden
|
||||||
# btsync --config ~/.config/btsync/btsync.conf
|
tresorit --hidden
|
||||||
#fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user