diff --git a/Wallet/build/deploy.sh b/Wallet/build/deploy.sh index 8231aab..43fe8fc 100755 --- a/Wallet/build/deploy.sh +++ b/Wallet/build/deploy.sh @@ -138,7 +138,7 @@ if [ "$DeployLinux32" == "1" ]; then Files+=("linux32/$Linux32UpdateFile" "linux32/$Linux32SetupFile") fi cd $DeployPath -rsync -avR --progress ${Files[@]} "wallet:wallet-updates" +rsync -avR --progress "${Files[@]}" "wallet:wallet-updates" echo "Version $AppVersionStrFull was deployed!" cd $FullExecPath