From 4c808788584d64fd220a17c60da19c68b6d8ab37 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 10 Sep 2005 22:16:00 +0000 Subject: return 0 at end of script --- etc/rc.newwanip | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/rc.newwanip') 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 -- cgit v1.1