NovaEvacuate: Fix typo when fetching all evacuate attributes

Change-Id: Ib734721d81bfc05a8d6c014f19e3bc99cea67d31
This commit is contained in:
Vincent Untz 2016-02-03 10:15:48 +01:00
parent 8906297008
commit 447aeaec26
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ evacuate_monitor() {
fi
handle_evacuations $(
attrd_updater -n evacute -A |
attrd_updater -n evacuate -A |
sed 's/ value=""/ value="no"/' |
tr '="' ' ' |
awk '{print $4" "$6}'