summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-13 22:27:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-13 22:27:18 +0000
commite8f7361e8a0cc83c39efd2a84dc2273021fea995 (patch)
treeb3d3d350c865b3696daa021b7d214bfcb8a3b017 /etc/inc
parent34441bfa3cdbe163a56e6cb85fb9eabe9a075637 (diff)
downloadpfsense-e8f7361e8a0cc83c39efd2a84dc2273021fea995.zip
pfsense-e8f7361e8a0cc83c39efd2a84dc2273021fea995.tar.gz
return! don't exit. this will allow the bootup sequence to finish.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/services.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 1869504..049cc28 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -402,13 +402,13 @@ function services_dyndns_configure() {
if($config['system']['use_old_dyndns'] <> "") {
echo " [Using ez-ipupdate] ";
services_dyndns_configure_old();
- exit;
+ return;
}
} else {
sleep(1);
if($config['system']['use_old_dyndns'] <> "") {
services_dyndns_configure_old();
- exit;
+ return;
}
}
OpenPOWER on IntegriCloud