From 79285f9cc79a6e27081e09f4cd2d11bb5e635192 Mon Sep 17 00:00:00 2001 From: joy Date: Thu, 16 Oct 2025 09:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/set=5Fip.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/set_ip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/set_ip.sh b/scripts/set_ip.sh index 260698e..57409a2 100644 --- a/scripts/set_ip.sh +++ b/scripts/set_ip.sh @@ -51,6 +51,7 @@ hostnamectl set-hostname "${INBAND_IP//./-}" bash # 9.清理记录 +echo -e "清除记录" crontab -l | grep -v '@reboot bash /opt/set_ip.sh > /tmp/ip_tmp.log' | crontab - >/opt/ip.txt