lxc-foreach: echo to stderr

This commit is contained in:
root 2015-01-10 08:40:10 +01:00
parent c5013ba3d7
commit fee04b266f
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ for n in `lxc-ls`; do
root=$r
c=/data/containers/$n/config
config=$c
eval echo "$ $1"
eval echo "\$ $1" 1>&2
eval "$1"
done