Fixed typo
This commit is contained in:
parent
9976b3a6e5
commit
b3a7572c0e
|
@ -10,7 +10,7 @@ PROGRAM_BINARY=$PROGRAM".sh"
|
||||||
PROGRAM_BATCH=$PROGRAM"-batch.sh"
|
PROGRAM_BATCH=$PROGRAM"-batch.sh"
|
||||||
SSH_FILTER="ssh_filter.sh"
|
SSH_FILTER="ssh_filter.sh"
|
||||||
|
|
||||||
SCRIPT_BUILD=2019052201
|
SCRIPT_BUILD=2019052202
|
||||||
INSTANCE_ID="installer-$SCRIPT_BUILD"
|
INSTANCE_ID="installer-$SCRIPT_BUILD"
|
||||||
|
|
||||||
## osync / obackup / pmocr / zsnap install script
|
## osync / obackup / pmocr / zsnap install script
|
||||||
|
@ -201,8 +201,8 @@ function CopyFile {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$destPath/$destFileName" ] && [ $overwrite == false ]; then
|
if [ -f "$destPath/$destFileName" ] && [ $overwrite == false ]; then
|
||||||
destfileName="$sourceFileName.new"
|
destFileName="$sourceFileName.new"
|
||||||
Logger "Copying [$sourceFileName] to [$destPath/$destFilename]." "NOTICE"
|
Logger "Copying [$sourceFileName] to [$destPath/$destFileName]." "NOTICE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp "$sourcePath/$sourceFileName" "$destPath/$destFileName"
|
cp "$sourcePath/$sourceFileName" "$destPath/$destFileName"
|
||||||
|
|
Loading…
Reference in New Issue