Bob Mottram 10 年之前
父節點
當前提交
7ce2efb9cf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

@@ -219,7 +219,7 @@ MARIADB_PASSWORD=
219 219
 XMPP_DIRECTORY="/var/lib/prosody"
220 220
 
221 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 224
 #list of encryption protocols
225 225
 SSL_PROTOCOLS="TLSv1 TLSv1.1 TLSv1.2"