]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-local: coding style
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 27 Feb 2018 10:55:22 +0000 (11:55 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 28 Feb 2018 09:05:34 +0000 (10:05 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
templates/lxc-local.in

index baea28043252f2e2cfe627bc72f657cbf09cdd47..20c0c35c3df6b55d52e00f639f220001c2b1cee5 100644 (file)
@@ -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"