From dd4f7f7affb476f58f268e31125257efd55882c9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jun 2018 21:54:32 -0300 Subject: Try a different approach for setting LC_ALL and DEBIAN_FRONTEND --- kvmx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kvmx') diff --git a/kvmx b/kvmx index 6856020..3420ca8 100755 --- a/kvmx +++ b/kvmx @@ -1857,6 +1857,10 @@ function kvmx_create { fi kvmx-create $KVMXFILE + + if [ "$?" != "0" ]; then + exit $? + fi } # Dispatch -- cgit v1.2.3