摘要:
#!/bin/bash DOMAIN=wang.orgHOST=wwwHOST_IP=10.0.0.100LOCALHOST=`hostname -I | awk '{print $1}'` . /etc/os-release color () { RES_COL=60 MOVE_TO_COL="e 阅读全文
摘要:
#!/bin/bash NGINX_FILE=nginx-1.22.0#NGINX_FILE=nginx-1.20.2#NGINX_FILE=nginx-1.18.0NGINX_URL=http://nginx.org/download/TAR=.tar.gzSRC_DIR=/usr/local/s 阅读全文