]> git.proxmox.com Git - mirror_lxcfs.git/commitdiff
lxc.mount.hook: Fix bashism stable-4.0
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Feb 2022 02:47:48 +0000 (21:47 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Feb 2022 02:47:48 +0000 (21:47 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
share/lxc.mount.hook.in

index c70eec386a3c378b60405b030ea439db4ed27dde..ad1c160c13518422cf4411111f98d001c9872614 100755 (executable)
@@ -47,7 +47,7 @@ else
 fi
 
 # Skip mounting cgroup tree if requested.
-if [ "${SKIP_CGROUP_MOUNTS}" == "1" ]; then
+if [ "${SKIP_CGROUP_MOUNTS}" = "1" ]; then
         exit 0
 fi