summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-13 03:57:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-13 03:57:34 +0000
commit8af4ca7b2f3c897568c2ad5be812c8a17f35aaaa (patch)
treeeb1d61db66cadfda4eb7e00fe3961cda36f8a093 /etc/rc.newwanip
parent5f28e2d614ca8150d289571c2e6040357e728e0a (diff)
downloadpfsense-8af4ca7b2f3c897568c2ad5be812c8a17f35aaaa.zip
pfsense-8af4ca7b2f3c897568c2ad5be812c8a17f35aaaa.tar.gz
Remove \n
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index dcec79e..38d03ea 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -37,7 +37,7 @@
$argument = str_replace("\n", "", $argv[1]);
- if($$argument <> "") {
+ if($argument <> "") {
$curwanip = find_interface_ip($$argument);
$interface = convert_real_interface_to_friendly_interface_name($$argument);
if($curwanip == "")
OpenPOWER on IntegriCloud