remote_run: fix target_folder (2)

core0-buffer
Sebastien Bourdeauducq 2020-07-04 23:53:17 +08:00
parent 619abd73d0
commit 707b82316b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ while getopts "h:id:o:" opt; do
esac
done
target_folder=/tmp/zynq-\$USER
target_folder="/tmp/zynq-$USER"
echo "Creating $target_folder..."
ssh $sshopts $target_host "mkdir -p $target_folder"