summaryrefslogtreecommitdiff
path: root/functions/wrapper/script-template
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@sentrium.io>2019-10-01 11:31:42 -0500
committerJohn Estabrook <jestabro@sentrium.io>2019-10-01 11:31:42 -0500
commit9e74ad7ef0c043bc7bd1fa14b6708cc11ab3bc5c (patch)
tree7fd9e531184d29615876a69726d6a3f6dc924de2 /functions/wrapper/script-template
parent710728ee8eb6def82f9a142468960f6985dcf4e8 (diff)
downloadvyatta-cfg-9e74ad7ef0c043bc7bd1fa14b6708cc11ab3bc5c.tar.gz
vyatta-cfg-9e74ad7ef0c043bc7bd1fa14b6708cc11ab3bc5c.zip
T1424: Rewrite the config load script
Diffstat (limited to 'functions/wrapper/script-template')
-rw-r--r--functions/wrapper/script-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wrapper/script-template b/functions/wrapper/script-template
index 51cb2c0..f88f410 100644
--- a/functions/wrapper/script-template
+++ b/functions/wrapper/script-template
@@ -108,7 +108,7 @@ function load ()
fi
# return to top level.
reset_edit_level
- ${vyatta_sbindir}/vyatta-load-config.pl "$@"
+ ${vyos_libexec_dir}/vyos-load-config.py "$@"
}
function save ()