From a8db1804957615fb25f812d1d708a8b7dfd2769d Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 25 Jun 2024 20:18:18 +0100 Subject: [PATCH] Remove unsupported arg --- root/etc/s6-overlay/s6-rc.d/svc-apache/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/svc-apache/run b/root/etc/s6-overlay/s6-rc.d/svc-apache/run index 58e3745..105c452 100755 --- a/root/etc/s6-overlay/s6-rc.d/svc-apache/run +++ b/root/etc/s6-overlay/s6-rc.d/svc-apache/run @@ -2,7 +2,7 @@ # shellcheck shell=bash if [[ -f "/config/httpd.conf" ]]; then - PORT=$(grep -e "^Listen" /config/httpd.conf | awk -NF ' ' '{print $2}') + PORT=$(grep -e "^Listen" /config/httpd.conf | awk -F ' ' '{print $2}') fi exec \