Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion emhttp/plugins/dynamix.vm.manager/scripts/libvirtconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/php -q
<?PHP
/* Copyright 2015-2023, Lime Technology
/* Copyright 2015-2025, Lime Technology
* Copyright 2015-2016, Guilherme Jardim, Eric Schultz, Jon Panozzo.
*
* This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -34,6 +34,7 @@ if (file_exists($cfgfile)) {
}
}
if (isset($cfg_new)) {
$tmp = "";
foreach ($cfg_new as $key => $value) $tmp .= "$key=\"$value\"\n";
file_put_contents($cfgfile, $tmp);
}
Expand Down
Loading