From: Christian Brauner Date: Tue, 27 Feb 2018 10:55:22 +0000 (+0100) Subject: lxc-local: coding style X-Git-Tag: lxc-3.0.0.beta1~3^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a488502d83e27d27d35bb1392f989ed86028ec28;p=thirdparty%2Flxc.git lxc-local: coding style Signed-off-by: Christian Brauner --- diff --git a/templates/lxc-local.in b/templates/lxc-local.in index baea28043..20c0c35c3 100644 --- a/templates/lxc-local.in +++ b/templates/lxc-local.in @@ -114,7 +114,7 @@ USERNS="$(in_userns)" if [ "${USERNS}" != "no" ]; then if [ "${USERNS}" = "yes" ]; then if [ -z "${LXC_MAPPED_UID}" ] || [ "${LXC_MAPPED_UID}" = "-1" ]; then - echo "ERROR: In a user namespace without a map." 1>&2 + echo "ERROR: In a user namespace without a map" 1>&2 exit 1 fi MODE="user"