quote
This commit is contained in:
parent
1f86909e37
commit
313a30b9e0
|
|
@ -15,7 +15,7 @@ ssh -MNf -o ControlMaster=yes -o ControlPersist=120 \
|
|||
# 2) rsync (reuses the connection)
|
||||
|
||||
# ensure our directory exists
|
||||
ssh -o ControlPath=$SOCK "$HOST" "mkdir -p $DEST/app"
|
||||
ssh -o ControlPath="$SOCK" "$HOST" "mkdir -p $DEST/app"
|
||||
|
||||
# destructive sync for /app
|
||||
rsync -az --delete \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user