diff --git a/dev/common_install.sh b/dev/common_install.sh index 82cd6a6..dfe01b2 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=2019052201 +SCRIPT_BUILD=2019052202 INSTANCE_ID="installer-$SCRIPT_BUILD" ## osync / obackup / pmocr / zsnap install script @@ -201,8 +201,8 @@ function CopyFile { fi if [ -f "$destPath/$destFileName" ] && [ $overwrite == false ]; then - destfileName="$sourceFileName.new" - Logger "Copying [$sourceFileName] to [$destPath/$destFilename]." "NOTICE" + destFileName="$sourceFileName.new" + Logger "Copying [$sourceFileName] to [$destPath/$destFileName]." "NOTICE" fi cp "$sourcePath/$sourceFileName" "$destPath/$destFileName"