diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-08-01 23:37:05 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2010-08-01 23:37:05 -0500 |
commit | 9f81cb21a2086ef1e7d8bde6c729e263528f04f3 (patch) | |
tree | 672e2af88763a1fc704b35d22c1fa3f40facbb9b | |
parent | c7a2078a7c32a27a650af77c4cb0d6a18111a6e1 (diff) | |
download | vyos-live-build-9f81cb21a2086ef1e7d8bde6c729e263528f04f3.tar.gz vyos-live-build-9f81cb21a2086ef1e7d8bde6c729e263528f04f3.zip |
Update to change in location and name of /live-helper.sh to /scripts/build.sh.
-rwxr-xr-x | cgi/cgi | 2 | ||||
-rwxr-xr-x | cgi/cron | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ # under certain conditions; see COPYING for details. # Including common functions -. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh +. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh # Reading defaults if [ -r /etc/default/live-helper.cgi ] @@ -8,7 +8,7 @@ # under certain conditions; see COPYING for details. # Including common functions -. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh +. "${LH_BASE:-/usr/share/live-helper}"/scripts/build.sh # Reading defaults if [ -r /etc/default/live-helper.cgi ] |