From 4207d4afe56374e17cf31bdf989f4978edb1995e Mon Sep 17 00:00:00 2001 From: zhangxuantong <zhangxuantong@ihep.ac.cn> Date: Mon, 21 Oct 2024 11:18:26 +0800 Subject: [PATCH] fix remote.sh --- bootstrap_remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_remote.sh b/bootstrap_remote.sh index bfef4fb..d29372d 100755 --- a/bootstrap_remote.sh +++ b/bootstrap_remote.sh @@ -31,7 +31,7 @@ else ./tools/firewall-update.sh $host_list exit ;; - update) + upgrade) remote_command=$command3 ;; --help) -- GitLab