From d2227e55dc4eeafe86fa8765c34715d1590a7da9 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Sat, 21 Nov 2020 16:41:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/empty_login_history.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/empty_login_history.sh b/shell/empty_login_history.sh index 6759c9b..56645d0 100755 --- a/shell/empty_login_history.sh +++ b/shell/empty_login_history.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash # 清空访问日志 # wget -P /tmp -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/shell/empty_login_history.sh" && chmod 700 /tmp/empty_login_history.sh && /tmp/empty_login_history.sh -# wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh echo "清空中" echo > /var/log/wtmp echo > /var/log/btmp