This commit is contained in:
devdatt 2025-12-23 09:01:03 +05:30
parent aa9fbd8a3a
commit acb9b19323
1 changed files with 1 additions and 2 deletions

View File

@ -159,8 +159,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
} }
} }
$yaml = netplan_yaml($netplan); file_put_contents('/var/www/50-cloud-init.yaml', netplan_yaml($netplan));
file_put_contents('/var/www/50-cloud-init.yaml', $yaml);
} }
} }