mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
B #-: Fixing bug with nested quotation marks when restoring backup (#2454)
Signed-off-by: Neal Hansen <nhansen@opennebula.io>
This commit is contained in:
parent
61b56b0275
commit
86160b66e7
@ -279,7 +279,7 @@ module TransferManager
|
||||
end
|
||||
|
||||
def attr_to_s(attr)
|
||||
attr.gsub!('"', '"')
|
||||
attr.gsub!('"', '\"')
|
||||
"\"#{attr}\""
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user