This commit is contained in:
Zhu Rengen 2021-08-10 14:26:53 +08:00
parent a19a48b946
commit be2b5a931a

View File

@ -555,7 +555,11 @@ if [[ $# > 0 ]]; then
uninstall_dashboard 0
;;
"install_agent")
install_agent 0
if [[ $# == 4 ]]; then
install_agent $2 $3 $4
else
install_agent 0
fi
;;
"modify_agent_config")
modify_agent_config 0