commit | 8cf11ae7715010684aebfe2b69c43dc9d57f9d67 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Sep 20 02:06:40 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Sep 20 02:08:05 2011 +0400 |
tree | 63304662b4e55ad9cde2aaa464589082675c0555 | |
parent | 5d58b00e142fa518d38f91a60397dbbaaca97bea [diff] |
etc/dists/scripts/redhat-add_ip.sh: hide a false error message In cases where are no IPs assigned to a container, we have the following error message from the script: grep: ifcfg-venet0:*: No such file or directory Since it's pretty normal (i.e. not an error at all), hide it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>