mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update 661.sh
This commit is contained in:
parent
06a219b0e5
commit
1b5b3bd955
2
661.sh
2
661.sh
|
@ -390,7 +390,7 @@ if [[ -e /root/WARP-UP.sh ]]; then
|
||||||
screen -S up -X quit ; screen -UdmS up bash -c '/bin/bash /root/WARP-UP.sh'
|
screen -S up -X quit ; screen -UdmS up bash -c '/bin/bash /root/WARP-UP.sh'
|
||||||
else
|
else
|
||||||
green "安装warp在线监测守护进程"
|
green "安装warp在线监测守护进程"
|
||||||
cat > /root/WARP-UP.sh << EOF
|
cat>/root/WARP-UP.sh<<-\EOF
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
red(){ echo -e "\033[31m\033[01m$1\033[0m";}
|
red(){ echo -e "\033[31m\033[01m$1\033[0m";}
|
||||||
green(){ echo -e "\033[32m\033[01m$1\033[0m";}
|
green(){ echo -e "\033[32m\033[01m$1\033[0m";}
|
||||||
|
|
Loading…
Reference in New Issue