docker build imagages script fix
This commit is contained in:
@@ -47,7 +47,7 @@ function rsync_load_version() {
|
||||
if ssh -q -p ${port} ${user}@${host} "test -d ${rel_dir}/${Project}/${Version}"
|
||||
then
|
||||
echo "Directory found..."
|
||||
rsync_cmd="rsync -ahvv -e \"ssh -p ${port}\""
|
||||
rsync_cmd="rsync -ahv -e \"ssh -p ${port}\""
|
||||
rsync_cmd="${rsync_cmd} ${user}@${host}:${rel_dir}/${Project}/${Version}"
|
||||
rsync_cmd="${rsync_cmd} ${LocalSoftwareDir}/${Project}/"
|
||||
echo ${rsync_cmd}
|
||||
|
||||
Reference in New Issue
Block a user