summaryrefslogtreecommitdiff
path: root/utils/lxc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lxc.sh')
-rwxr-xr-xutils/lxc.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh
index 6a26f80eb..6a8dce94f 100755
--- a/utils/lxc.sh
+++ b/utils/lxc.sh
@@ -438,7 +438,6 @@ lxc_cmd() {
else
info_msg "lxc $* $i"
lxc "$@" "$i" | prefix_stdout "[${_BBlue}${i}${_creset}] "
- echo
fi
done
}