mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 01:08:11 +00:00
kickstart: rename auto-update-method to auto-update-type (#16229)
This commit is contained in:
parent
ceca5a9dee
commit
ee3db23972
1 changed files with 1 additions and 1 deletions
|
@ -2134,7 +2134,7 @@ parse_args() {
|
|||
"--claim-only") set_action 'claim' ;;
|
||||
"--no-updates") NETDATA_AUTO_UPDATES=0 ;;
|
||||
"--auto-update") NETDATA_AUTO_UPDATES="1" ;;
|
||||
"--auto-update-method")
|
||||
"--auto-update-type"|"--auto-update-method")
|
||||
NETDATA_AUTO_UPDATE_TYPE="$(echo "${2}" | tr '[:upper:]' '[:lower:]')"
|
||||
case "${NETDATA_AUTO_UPDATE_TYPE}" in
|
||||
systemd|interval|crontab) shift 1 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue