Files
goatbin/nginx-get-options
Gregory Marco ad50519b4f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Actually build and install nginx-dav-ext-module.
2024-12-08 02:50:28 -06:00

3 lines
104 B
Bash
Executable File

#!/bin/bash
nginx -V 2>&1 | grep 'configure' | cut -d ':' -f 2 | sed 's/--with-cc-opt/\n/g' | head -n 1