From c76efc70fb6ad4990044e10b1ce7b54f34c5a35b Mon Sep 17 00:00:00 2001 From: Hakase Date: Sat, 21 Apr 2018 13:26:30 +0900 Subject: [PATCH] Fix auto shell file --- auto.sh | 2 ++ 1 file changed, 2 insertions(+) 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)"