mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Be internally consistent (": > ..." is used elsewhere in this file)
This commit is contained in:
parent
edcf330372
commit
4fa8c81cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ dialog_country_select()
|
|||
|
||||
############################################################ MAIN
|
||||
|
||||
echo -n > "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
|
||||
: > "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
|
||||
chmod 0600 "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
|
||||
|
||||
echo "ctrl_interface=/var/run/wpa_supplicant" >> "$BSDINSTALL_TMPETC/wpa_supplicant.conf"
|
||||
|
|
|
|||
Loading…
Reference in a new issue