Added upgrade finished message

This commit is contained in:
deajan 2019-10-21 13:59:31 +02:00
parent bfb3e7c906
commit 5ab76ce5c9
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CONTACT="http://www.netpower.fr/obacup - ozy@netpower.fr"
OLD_PROGRAM_VERSION="v1.x"
NEW_PROGRAM_VERSION="v2.1x"
CONFIG_FILE_REVISION=2.1
PROGRAM_BUILD=2019072301
PROGRAM_BUILD=2019102101
if ! type "$BASH" > /dev/null; then
echo "Please run this script only with bash shell. Tested on bash >= 3.2"
@ -391,6 +391,7 @@ if [ "$1" != "" ] && [ -f "$1" ] && [ -w "$1" ]; then
AddMissingConfigOptions "$CONF_FILE"
UpdateConfigHeader "$CONF_FILE"
rm -f "$CONF_FILE.tmp"
echo "Configuration file upgrade finished"
else
Usage
fi