Browse Source

Reading mirrors from config file

Bob Mottram 8 years ago
parent
commit
c078225608
2 changed files with 549 additions and 534 deletions
  1. 3
    0
      src/freedombone-config
  2. 546
    534
      src/freedombone-utils-config

+ 3
- 0
src/freedombone-config View File

@@ -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
File diff suppressed because it is too large
View File