Fix auto shell file

This commit is contained in:
Hakase
2018-04-21 13:26:30 +09:00
parent e576c690c2
commit c76efc70fb
+2
View File
@@ -15,6 +15,8 @@
## --with-ld-opt='-Wl,-z,relro' \
## --with-openssl-opt="enable-weak-ssl-ciphers -DCFLAGS='-march=native -O3 -fuse-linker-plugin'" \
### Remove Old file
rm -rf /usr/sbin/nginx.old
### Multithread build
BUILD_MTS="-j$(expr $(nproc) \+ 1)"