From 1b5b3bd9558158cf1beba819f16aae6c5f5b3049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Thu, 6 Apr 2023 03:57:17 +0000 Subject: [PATCH] Update 661.sh --- 661.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/661.sh b/661.sh index 35a4b50..bdbf2b9 100644 --- a/661.sh +++ b/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' else green "安装warp在线监测守护进程" -cat > /root/WARP-UP.sh << EOF +cat>/root/WARP-UP.sh<<-\EOF #!/bin/bash red(){ echo -e "\033[31m\033[01m$1\033[0m";} green(){ echo -e "\033[32m\033[01m$1\033[0m";}