diff options
| -rwxr-xr-x | bin/live-snapshot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/live-snapshot b/bin/live-snapshot index b5a7fa4..0038c87 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -34,7 +34,6 @@ set -eu export USERNAME USERFULLNAME HOSTNAME PROGRAM="$(basename $0)" -VERSION=0.0.2 # Needs to be available at run and reboot time SAFE_TMPDIR="/live" @@ -100,7 +99,7 @@ Usage () Version () { - echo "${PROGRAM}, version ${VERSION}" + echo "${PROGRAM}" echo echo "Copyright (C) 2006 Marco Amadori <marco.amadori@gmail.com>" echo |
