mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-27 10:50:10 +03:00
bug #4475: dev was not resolved in the target host
This commit is contained in:
parent
d17c37a6f2
commit
bd67cac11a
@ -44,7 +44,7 @@ DELETE_CMD=$(cat <<EOF
|
||||
set -x
|
||||
DEV=\$(readlink $DST_PATH)
|
||||
|
||||
if [ -z "$DEV" ]; then
|
||||
if [ -z "\$DEV" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
@ -62,4 +62,3 @@ EOF
|
||||
|
||||
ssh_exec_and_log "$DST_HOST" "$DELETE_CMD" "Error deleting $DST_PATH"
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user