From a488502d83e27d27d35bb1392f989ed86028ec28 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Tue, 27 Feb 2018 11:55:22 +0100 Subject: [PATCH] lxc-local: coding style Signed-off-by: Christian Brauner --- templates/lxc-local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"