mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 00:27:05 +00:00
lxc-local: coding style
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
b62671d849
commit
a488502d83
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user