summaryrefslogtreecommitdiff
path: root/utils/lxc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lxc.sh')
-rwxr-xr-xutils/lxc.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh
index 7c7edccb3..f9e6e6b7a 100755
--- a/utils/lxc.sh
+++ b/utils/lxc.sh
@@ -192,8 +192,9 @@ main() {
if [[ $exit_val -ne 0 ]]; then
warn_msg "[${_BBlue}${i}${_creset}] exit code (${_BRed}${exit_val}${_creset}) from ${_BGreen}${*}${_creset}"
else
- info_msg "[${_BBlue}${i}${_creset}] exit code (${_BRed}${exit_val}${_creset}) from ${_BGreen}${*}${_creset}"
+ info_msg "[${_BBlue}${i}${_creset}] exit code (${exit_val}) from ${_BGreen}${*}${_creset}"
fi
+ echo
done
;;
install)