All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
3 lines
104 B
Bash
Executable File
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
|