diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-10 22:16:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-10 22:16:00 +0000 |
commit | 4c808788584d64fd220a17c60da19c68b6d8ab37 (patch) | |
tree | 1c5e7e7cb05a2db3ad5d2a3750d194245024c065 /etc/rc.newwanip | |
parent | 5a204e220a6a3ccaafabbc7871794cbb1b79e407 (diff) | |
download | pfsense-4c808788584d64fd220a17c60da19c68b6d8ab37.zip pfsense-4c808788584d64fd220a17c60da19c68b6d8ab37.tar.gz |
return 0 at end of script
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-x | etc/rc.newwanip | 2 |
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 |