fix: erase eventual temporary file in case of error exit; version bump

This commit is contained in:
levasseur
2021-10-08 17:40:11 +02:00
parent 33da21dfe2
commit 5324ee0636
2 changed files with 4 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ export LC_ALL=C
export LANG=C
# Version of init
export VERSION="0.99.9"
export VERSION="0.99.10"
# Store script's path (realpath -s resolve symlinks if init.sh is a symlink)
export MYPATH=$(dirname $(realpath -s $0))