diff options
Diffstat (limited to 'utils/lxc.sh')
-rwxr-xr-x | utils/lxc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index 8020b1346..502f25366 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -344,7 +344,7 @@ add_subordinate_ids() { del_subordinate_ids() { local out - local exit_value + local exit_val if grep "root:${HOST_USER_ID}:1" /etc/subuid -qs; then # TODO: root user is always in use by process 1, how can we remove subordinates? info_msg "remove lxd permission to map ${HOST_USER_ID}'s user/group id through" |