Remove unsupported arg
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user