From e9dfa489531ecfeb11bfd22b73ba9f65d8426a8c Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 14 Aug 2018 10:54:21 +0200 Subject: [PATCH] Revert "squid, deleay startup during boot, for https://github.com/opnsense/core/issues/2569" This reverts commit 72af231b41403447c682dc9337301ebde786a168. --- src/opnsense/scripts/proxy/setup.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/opnsense/scripts/proxy/setup.sh b/src/opnsense/scripts/proxy/setup.sh index 0ac95e624..9b43741fc 100755 --- a/src/opnsense/scripts/proxy/setup.sh +++ b/src/opnsense/scripts/proxy/setup.sh @@ -37,8 +37,3 @@ fi # generate SSL bump certificate /usr/local/opnsense/scripts/proxy/generate_cert.php > /dev/null 2>&1 - -# on bootup, wait some time before executing squid. For some reason ipfw might interfere with squid startup -if [ -f /var/run/booting ]; then - sleep 2 -fi