summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-10 22:16:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-10 22:16:00 +0000
commit4c808788584d64fd220a17c60da19c68b6d8ab37 (patch)
tree1c5e7e7cb05a2db3ad5d2a3750d194245024c065 /etc/rc.newwanip
parent5a204e220a6a3ccaafabbc7871794cbb1b79e407 (diff)
downloadpfsense-4c808788584d64fd220a17c60da19c68b6d8ab37.zip
pfsense-4c808788584d64fd220a17c60da19c68b6d8ab37.tar.gz
return 0 at end of script
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 7927f8d..37b1cbc 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -82,5 +82,7 @@
services_dyndns_configure();
filter_configure_sync();
+
+ return 0;
?> \ No newline at end of file
OpenPOWER on IntegriCloud