Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-04-06 03:57:17 +00:00
parent 06a219b0e5
commit 1b5b3bd955
1 changed files with 1 additions and 1 deletions

2
661.sh
View File

@ -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";}