mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 12:51:21 -05:00
Miscellaneous fixes
This commit is contained in:
@@ -72,7 +72,7 @@ function cpu_pinning() {
|
||||
|
||||
if (isset($_POST['contName'])) {
|
||||
$postXML = postToXML($_POST, true);
|
||||
$dry_run = isset($_POST['dryRun']) && $_POST['dryRun']=='true' ? true : false;
|
||||
$dry_run = isset($_POST['dryRun']) && $_POST['dryRun']=='true';
|
||||
$existing = $_POST['existingContainer'] ?? false;
|
||||
$create_paths = $dry_run ? false : true;
|
||||
// Get the command line
|
||||
|
||||
Reference in New Issue
Block a user