add internal VERSION variable to kvmstats and add-vm

This commit is contained in:
Jérémy Lecour 2021-10-21 17:30:53 +02:00 committed by Jérémy Lecour
parent dcdde5f7f6
commit 7cb6dffd6f
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,8 @@
# Bash strict mode
set -euo pipefail
VERSION="21.10"
isDryRun() {
test "${doDryRun}" = "true"
}

View file

@ -1,5 +1,7 @@
#!/bin/sh
VERSION="21.10"
error () {
echo "$0": "$@" >&2
exit 1