Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
alpine-conf
Commits
10167e09
Commit
10167e09
authored
May 23, 2017
by
Carlo Landmeter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-interfaces: allow spaces in ssid and psk
fixes #7260
parent
c15da3bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup-interfaces.in
setup-interfaces.in
+2
-2
No files found.
setup-interfaces.in
View file @
10167e09
...
...
@@ -214,11 +214,11 @@ config_iface() {
if
find_essids
$iface
;
then
ask
"Type the wireless network name to connect to:"
local
essid
=
$resp
if
wlan_is_not_open
$iface
$essid
;
then
if
wlan_is_not_open
$iface
"
$essid
"
;
then
ask
"Type the
\"
$essid
\"
network Pre-Shared Key:"
psk
=
$resp
fi
config_wpa_supp
$iface
$essid
$psk
config_wpa_supp
$iface
"
$essid
"
"
$psk
"
else
echo
-e
"
\n
No available wireless networks
\n
"
prompt_for_interfaces
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment