From 21bd1657ec14e21edbad231610ba705e57fe116d Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 21 Oct 2019 13:55:48 +0200 Subject: [PATCH] Added upgrade finished message --- upgrade-v1.0x-v1.3x.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upgrade-v1.0x-v1.3x.sh b/upgrade-v1.0x-v1.3x.sh index f1dc2a1..9270535 100755 --- a/upgrade-v1.0x-v1.3x.sh +++ b/upgrade-v1.0x-v1.3x.sh @@ -7,7 +7,7 @@ CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" OLD_PROGRAM_VERSION="v1.0x-v1.2x" NEW_PROGRAM_VERSION="v1.3x" CONFIG_FILE_REVISION=1.3.0 -PROGRAM_BUILD=2019090901 +PROGRAM_BUILD=2019102101 ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode if ! type "$BASH" > /dev/null; then @@ -613,6 +613,7 @@ elif [ "$1" != "" ] && [ -f "$1" ] && [ -w "$1" ]; then RenameStateFiles "$SLAVE_SYNC_DIR" fi rm -f "$CONF_FILE.tmp" + echo "Configuration file upgrade finished." else Usage fi