mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature-1678: take out the first parameter in collectd-client_control.sh
A new parameter was added in clinet_control. This moved the parameters one possition and breaks monitor_ds probe. Now the parameter is substituted.
This commit is contained in:
parent
2804bc4ad5
commit
3e4b048299
@ -63,6 +63,7 @@ fi
|
||||
|
||||
# This script returns the run_probes execution
|
||||
HYPERVISOR=$1
|
||||
shift
|
||||
set $HYPERVISOR-probes $@
|
||||
|
||||
$DIR/../run_probes $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user