From 4c600de447d020feed8aa4fd79942cb30ea8d320 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 14 Feb 2024 10:52:55 -0800 Subject: [PATCH] Switch to explicit 'source' command, add compare, commit, save to end of script --- homelab/wizard/config/configure.sh | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/homelab/wizard/config/configure.sh b/homelab/wizard/config/configure.sh index 53150180..c98e92f3 100644 --- a/homelab/wizard/config/configure.sh +++ b/homelab/wizard/config/configure.sh @@ -8,12 +8,15 @@ source /opt/vyatta/etc/functions/script-template configure -. test.sh -#. firewall.sh -#. interfaces.sh -#. nat.sh -#. qos.sh -#. service.sh -#. system.sh +source test.sh +#source firewall.sh +#source interfaces.sh +#source nat.sh +#source qos.sh +#source service.sh +#source system.sh +compare +commit +save exit \ No newline at end of file