mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-25 21:49:29 +03:00
Fix for wrong FS_TYPE check
This commit is contained in:
@ -103,7 +103,7 @@ if ! is_cdrom; then
|
||||
exec_and_log "ssh_make_path $DST_HOST $DST" \
|
||||
"Cannot create $DST in $DST_HOST"
|
||||
|
||||
if [ -n $CLONE_FSTYPE ]; then
|
||||
if [ ! -z $CLONE_FSTYPE ]; then
|
||||
CLONE_FSTYPE="-d $CLONE_FSTYPE"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user