From f43ee385502493e01e609743b5feba86a6cc4a14 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Aug 2020 11:56:56 +0000 Subject: [PATCH] core149: Fix typo in apache initscript Signed-off-by: Michael Tremer --- config/rootfiles/core/149/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/149/update.sh b/config/rootfiles/core/149/update.sh index 63e10efaaf..d30f748f5b 100644 --- a/config/rootfiles/core/149/update.sh +++ b/config/rootfiles/core/149/update.sh @@ -49,7 +49,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services -/etc/init.d/apache2 restart +/etc/init.d/apache restart /etc/init.d/unbound restart # Update crontab -- 2.39.5