Merge lp:~bzoltan/phablet-tools/single_quotation_for_spaced_SSID into lp:phablet-tools

Proposed by Zoltan Balogh
Status: Needs review
Proposed branch: lp:~bzoltan/phablet-tools/single_quotation_for_spaced_SSID
Merge into: lp:phablet-tools
Diff against target: 12 lines (+1/-1)
1 file modified
phablet-network (+1/-1)
To merge this branch: bzr merge lp:~bzoltan/phablet-tools/single_quotation_for_spaced_SSID
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+255500@code.launchpad.net

Commit message

Put single quotation marks around the SSID for teh cases when it contains space. Fixes LP: #1441608

Description of the change

Put single quotation marks around the SSID for teh cases when it contains space. Fixes LP: #1441608

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

338. By Zoltan Balogh

Put single quotation marks around the SSID for teh cases when it contains space

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'phablet-network'
2--- phablet-network 2015-02-10 14:50:47 +0000
3+++ phablet-network 2015-04-08 12:37:30 +0000
4@@ -143,7 +143,7 @@
5 fi
6
7 echo Provisioning network on device
8- adb shell "nmcli device wifi connect ${SSID} password '${KEY}' 2>/dev/null"
9+ adb shell "nmcli device wifi connect '${SSID}' password '${KEY}' 2>/dev/null"
10
11 echo
12 echo Network setup complete

Subscribers

People subscribed via source and target branches