comment for sysadmins

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-17 00:11:23 +02:00
parent 01a541d017
commit 91106ba0af
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if [ "$parallel" ]; then
done
fi
# Display all failed hosts after all runs are done
# Display all failed hosts after all runs are done, so the sysadmin gets them
while [ "$e" -gt 0 ]; do
eval host=\$host_$e
__cdist_echo error "Configuration of host $host failed."