Skip to content

Commit

Permalink
Remove unsupported arg
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jun 25, 2024
1 parent 8bb347a commit a8db180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-apache/run
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a8db180

Please sign in to comment.