mirror of https://github.com/apache/cloudstack.git
fix op typo
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
9b0be25a5c
commit
11cbea2b15
|
|
@ -127,7 +127,7 @@ done
|
|||
|
||||
if [ "$OP" = "backup" ]; then
|
||||
backup_vm $VM $DEST $NAS
|
||||
elif [ "$OP" = "backup" ]; then
|
||||
elif [ "$OP" = "delete" ]; then
|
||||
delete_backup $DEST $NAS
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue