|
@@ -788,7 +788,7 @@ function select_user {
|
788
|
788
|
fi
|
789
|
789
|
}
|
790
|
790
|
|
791
|
|
-function interactive_configuration {
|
|
791
|
+function interactive_config {
|
792
|
792
|
# create a temporary copy of the configuration file
|
793
|
793
|
# which can be used to pre-populate selections
|
794
|
794
|
if [ -f $CONFIGURATION_FILE ]; then
|
|
@@ -2192,6 +2192,6 @@ function read_configuration {
|
2192
|
2192
|
}
|
2193
|
2193
|
|
2194
|
2194
|
read_configuration
|
2195
|
|
-interactive_configuration
|
|
2195
|
+interactive_config
|
2196
|
2196
|
show_result
|
2197
|
2197
|
exit 0
|