浏览代码

Reading mirrors from config file

Bob Mottram 8 年前
父节点
当前提交
c078225608
共有 2 个文件被更改,包括 549 次插入534 次删除
  1. 3
    0
      src/freedombone-config
  2. 546
    534
      src/freedombone-utils-config

+ 3
- 0
src/freedombone-config 查看文件

@@ -331,6 +331,9 @@ function save_configuration_file {
331 331
     if [ $FRIENDS_MIRRORS_PASSWORD ]; then
332 332
         echo "FRIENDS_MIRRORS_PASSWORD=$FRIENDS_MIRRORS_PASSWORD" >> $CONFIGURATION_FILE
333 333
     fi
334
+    if [ $MY_MIRRORS_PASSWORD ]; then
335
+        echo "MY_MIRRORS_PASSWORD=$MY_MIRRORS_PASSWORD" >> $CONFIGURATION_FILE
336
+    fi
334 337
 }
335 338
 
336 339
 # test a domain name to see if it's valid

+ 546
- 534
src/freedombone-utils-config
文件差异内容过多而无法显示
查看文件