mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #4139: create ssh directories with .monitor
This commit is contained in:
parent
de891f3fb0
commit
563afe9bfa
@ -53,7 +53,7 @@ DST_HOST=`arg_host $DST`
|
||||
|
||||
DST_DIR=`dirname $DST_PATH`
|
||||
|
||||
ssh_make_path $DST_HOST $DST_DIR
|
||||
ssh_make_path $DST_HOST $DST_DIR "monitor"
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Get Image information
|
||||
|
@ -64,7 +64,7 @@ if [ "$SRC" == "$DST" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
ssh_make_path "$DST_HOST" "$DST_DIR"
|
||||
ssh_make_path "$DST_HOST" "$DST_DIR" "monitor"
|
||||
|
||||
log "Moving $SRC to $DST"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user