1
0
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:
Javi Fontan 2016-04-28 10:41:27 +02:00
parent de891f3fb0
commit 563afe9bfa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"