Reading mirrors from config file
This commit is contained in:
parent
bd24d4f886
commit
c078225608
|
@ -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
Loading…
Reference in New Issue