From bcd79e06aa1e93cce6481026d9ff8fdc56b3e1ea Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 22 May 2019 20:28:51 +0200 Subject: [PATCH] Remove unused variable --- dev/common_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/common_install.sh b/dev/common_install.sh index 02c89c3..82cd6a6 100755 --- a/dev/common_install.sh +++ b/dev/common_install.sh @@ -10,7 +10,7 @@ PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SSH_FILTER="ssh_filter.sh" -SCRIPT_BUILD=2019052001 +SCRIPT_BUILD=2019052201 INSTANCE_ID="installer-$SCRIPT_BUILD" ## osync / obackup / pmocr / zsnap install script @@ -195,7 +195,6 @@ function CopyFile { local overwrite="${8:-false}" local userGroup="" - local oldFileName if [ "$destFileName" == "" ]; then destFileName="$sourceFileName"