diff options
Diffstat (limited to 'lib/container/version')
-rwxr-xr-x | lib/container/version | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/container/version b/lib/container/version index b7e259d..b57c17d 100755 --- a/lib/container/version +++ b/lib/container/version @@ -18,4 +18,6 @@ set -e -cat /usr/share/container-tools/VERSION.txt +SHARE="/usr/share/container-tools" + +cat "${SHARE}/VERSION.txt" |