mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
Fix configuration script
This commit is contained in:
parent
248bc2e5f3
commit
e8edd6cfbe
@ -54,7 +54,7 @@ if test ! -f configured.ok; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make -j 60 && echo "${EXTRA_CC_OPT}" > cc_flags.mk
|
make && echo "${EXTRA_CC_OPT}" > cc_flags.mk
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
echo "Failed to build NGINX source code"
|
echo "Failed to build NGINX source code"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user