mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
parent
7ace20dd19
commit
8903641dbb
1 changed files with 7 additions and 4 deletions
|
@ -26,6 +26,9 @@ provides:
|
||||||
- sbin/nginx
|
- sbin/nginx
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script:
|
||||||
sed -i.bak -e 's/80/8080/g' {{prefix}}/conf/nginx.conf
|
# won't run without `nogroup`
|
||||||
nginx -p {{prefix}} -c {{prefix}}/conf/nginx.conf -t
|
- run: if ! getent group nogroup; then exit 0; fi
|
||||||
|
if: linux
|
||||||
|
- sed -i.bak -e 's/80/8080/g' {{prefix}}/conf/nginx.conf
|
||||||
|
- nginx -p {{prefix}} -c {{prefix}}/conf/nginx.conf -t
|
||||||
|
|
Loading…
Reference in a new issue