mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
pikvm/pikvm#1415: kvmd-bootconfig: Supported open wifi network
This commit is contained in:
@@ -261,7 +261,7 @@ if [ -n "$WIFI_ESSID" ]; then
|
||||
else
|
||||
cat <<end_of_file > "/etc/wpa_supplicant/wpa_supplicant-$WIFI_IFACE.conf"
|
||||
network={
|
||||
ssid=${WIFI_ESSID@Q}
|
||||
ssid=$(printf '"%q"' "$WIFI_ESSID")
|
||||
key_mgmt=NONE
|
||||
}
|
||||
end_of_file
|
||||
|
||||
Reference in New Issue
Block a user