Bob Mottram 10 years ago
parent
commit
7ce2efb9cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

219
 XMPP_DIRECTORY="/var/lib/prosody"
219
 XMPP_DIRECTORY="/var/lib/prosody"
220
 
220
 
221
 # file containing a list of remote locations to backup to
221
 # file containing a list of remote locations to backup to
222
-FRIENDS_SERVERS_LIST=/home/$MY_USERNAME/backup.list
222
+FRIENDS_SERVERS_LIST="/home/$MY_USERNAME/backup.list"
223
 
223
 
224
 #list of encryption protocols
224
 #list of encryption protocols
225
 SSL_PROTOCOLS="TLSv1 TLSv1.1 TLSv1.2"
225
 SSL_PROTOCOLS="TLSv1 TLSv1.1 TLSv1.2"