diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-06-25 13:59:55 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2010-06-25 13:59:55 -0500 |
commit | 9d082676d532107bb1fbe8db37dec5f3c13104cf (patch) | |
tree | 87dbce83413d57d34271b7195715eef06be940c7 /cgi | |
parent | 7bf044f6eef62f6acbee0e67c21db3b6d422e074 (diff) | |
download | vyos-live-build-9d082676d532107bb1fbe8db37dec5f3c13104cf.tar.gz vyos-live-build-9d082676d532107bb1fbe8db37dec5f3c13104cf.zip |
Add VERSION information and source in common live-helper common functions.
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cgi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ # This is free software, and you are welcome to redistribute it # under certain conditions; see COPYING for details. +# Including common functions +. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh + # Reading defaults if [ -r /etc/default/live-helper.cgi ] then |