diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-04-28 14:23:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-04-28 14:23:56 +0000 |
commit | fed3c12f88578d3085b31c4bdfe29b93a9373b4a (patch) | |
tree | c473b4768845b10a8725db7ec4215014d0a11d00 | |
parent | Readding container-images.sh. (diff) | |
download | compute-tools-fed3c12f88578d3085b31c4bdfe29b93a9373b4a.tar.xz compute-tools-fed3c12f88578d3085b31c4bdfe29b93a9373b4a.zip |
Adding run comment in version command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | lib/container/version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/container/version b/lib/container/version index 8efc91c..8d7f052 100755 --- a/lib/container/version +++ b/lib/container/version @@ -35,6 +35,7 @@ do fi done +# Run cat "${SHARE}/VERSION.txt" # Post hooks |