diff --git a/auto.sh b/auto.sh index 0189c7a..4b311f4 100755 --- a/auto.sh +++ b/auto.sh @@ -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)"