Reading mirrors from config file

This commit is contained in:
Bob Mottram 2016-10-03 13:36:35 +01:00
parent bd24d4f886
commit c078225608
2 changed files with 549 additions and 534 deletions

View File

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

File diff suppressed because it is too large Load Diff