|
|
@ -1722,6 +1722,8 @@ echo -n ", parsing" |
|
|
|
parse_config_files $CONFIG_IN |
|
|
|
|
|
|
|
echo "done." |
|
|
|
|
|
|
|
if [ -z $2 ]; then # Interactive mode |
|
|
|
# |
|
|
|
# Start the ball rolling from the top. |
|
|
|
# |
|
|
@ -1749,6 +1751,11 @@ else |
|
|
|
echo Your Borg configuration changes were NOT saved. |
|
|
|
echo |
|
|
|
fi |
|
|
|
else # Second argument give; noninteractive! |
|
|
|
echo "Loading configuration file $2" |
|
|
|
load_config_file $2 |
|
|
|
save_configuration |
|
|
|
fi |
|
|
|
|
|
|
|
# Remove log if empty. |
|
|
|
if [ ! -s .menuconfig.log ] ; then |
|
|
|