From cca3be6885702e28a18ab80314d160bab2ecb264 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 13 Oct 2015 13:38:45 +0000 Subject: [PATCH] (captiveportal, new) fix typo --- src/etc/rc.d/captiveportal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.d/captiveportal b/src/etc/rc.d/captiveportal index fd705ac4d..d0bef35f1 100755 --- a/src/etc/rc.d/captiveportal +++ b/src/etc/rc.d/captiveportal @@ -106,7 +106,7 @@ captiveportal_start() fi done echo "start captiveportal background process" - /usr/local/opnsense/scripts/OPNsense/CaptivePortal/cp-background-process.py stop + /usr/local/opnsense/scripts/OPNsense/CaptivePortal/cp-background-process.py start else echo "already running" fi