Remove unsupported arg

This commit is contained in:
thespad
2024-06-25 20:18:18 +01:00
parent 8bb347a28d
commit a8db180495

View File

@@ -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 \