From: Michael Tremer Date: Sun, 10 Jun 2012 19:25:43 +0000 (+0000) Subject: Fix printing and saving global configuration parameters. X-Git-Tag: 004~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=519d9b8227d8fe6829878cb9967acf54d5e96b5b;p=network.git Fix printing and saving global configuration parameters. --- diff --git a/functions.config b/functions.config index a0d58dd0..42c8b617 100644 --- a/functions.config +++ b/functions.config @@ -105,11 +105,11 @@ function network_config_read() { } function network_config_write() { - config_write ${NETWORK_CONFIG_FILE} ${CONFIG_FILE_PARAMS} + config_write ${NETWORK_CONFIG_FILE} ${NETWORK_CONFIG_FILE_PARAMS} } function network_config_print() { - config_print ${CONFIG_FILE_PARAMS} + config_print ${NETWORK_CONFIG_FILE_PARAMS} } function firewall_config_read() {