mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #5855: Typo
(cherry picked from commit f99cee59cb56d96de39372f2ffd12035fe4fae01)
This commit is contained in:
parent
af42d54e76
commit
9cb798b75d
@ -1228,9 +1228,9 @@ function send_to_monitor {
|
||||
mon_conf=$ONE_LOCATION/etc/monitord.conf
|
||||
fi
|
||||
|
||||
mon_address=$(cat "$mon_conf" | grep MONITOR_ADDRESS | cut -d , -f1 | \
|
||||
mon_address=$(cat $mon_conf | grep MONITOR_ADDRESS | cut -d , -f1 | \
|
||||
awk '{print $3}' | sed 's/^"\(.*\)"$/\1/')
|
||||
mon_port=$(cat "$mon_config" | grep PORT | cut -d , -f1 | awk '{print $3}')
|
||||
mon_port=$(cat $mon_conf | grep PORT | cut -d , -f1 | awk '{print $3}')
|
||||
mon_key=$(cat $mon_conf | grep PUBKEY | cut -d , -f1 | awk '{print $3}' | \
|
||||
sed 's/^"\(.*\)"$/\1/')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user