Minor: untabify

This commit is contained in:
billz 2020-05-12 08:10:54 +01:00
parent 15032a3f44
commit dabec46511
1 changed files with 8 additions and 9 deletions

View File

@ -349,7 +349,6 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
$config[] = PHP_EOL;
}
$config = join(PHP_EOL, $config);
file_put_contents("/tmp/dhcpddata", $config);
system('sudo cp /tmp/dhcpddata '.RASPI_DHCPCD_CONFIG, $return);