summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-03-26 19:51:39 +0700
committerScott Ullrich <sullrich@pfsense.org>2010-03-26 18:12:40 -0400
commit1a904779f97ce08dab7a9cf723765e1d6a797cdd (patch)
treec7cd4791ccb305835d01211eb2c1e38af3856755 /usr/local/sbin
parent9ebe7028594e47728980699f5417364e73ef438a (diff)
downloadpfsense-1a904779f97ce08dab7a9cf723765e1d6a797cdd.zip
pfsense-1a904779f97ce08dab7a9cf723765e1d6a797cdd.tar.gz
Fixed error in command to send the PIN to the SIM card. Missing double quotes.
Diffstat (limited to 'usr/local/sbin')
-rw-r--r--usr/local/sbin/mpd.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/mpd.script b/usr/local/sbin/mpd.script
index ca02a1f..deb03a9 100644
--- a/usr/local/sbin/mpd.script
+++ b/usr/local/sbin/mpd.script
@@ -101,7 +101,7 @@ DialPeer3:
success
DialPeerSetPin:
- set $modemCmd "+CPIN=$SimPin"
+ set $modemCmd "+CPIN=\"$SimPin\""
call ModemCmd2
wait $ConnectTimeout
return
OpenPOWER on IntegriCloud