mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
parent
957c78f8a3
commit
9d4665dbca
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ Popup {
|
||||||
firstrun += s+"\n"
|
firstrun += s+"\n"
|
||||||
}
|
}
|
||||||
function escapeshellarg(arg) {
|
function escapeshellarg(arg) {
|
||||||
return "'"+arg.replace(/'/g, "\\'")+"'"
|
return "'"+arg.replace(/'/g, "'\"'\"'")+"'"
|
||||||
}
|
}
|
||||||
function addCloudInit(s) {
|
function addCloudInit(s) {
|
||||||
cloudinit += s+"\n"
|
cloudinit += s+"\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue