[ agent ] [ agent ] - agent bootup optimize - 2

This commit is contained in:
zeaslity
2022-12-30 16:45:04 +08:00
parent e9e6535810
commit cf7775bf65
3 changed files with 3 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ CheckAndDownloadLatestVersion
if [[ ! -f /octopus-agent/shell/agent-restart.sh ]]; then
warn "agent-bootup.sh not exist! start to download !"
cd /octopus-agent/shell
wget $RepoSourcePath/agent-restart.sh
wget -q $RepoSourcePath/agent-restart.sh
fi