From 8c0771c5b3e5b44a1f1967c2ef51184f1cbdca21 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 18 Jun 2020 13:42:27 -0400 Subject: disable spurious check --- dot/local/bin/sliceweasel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot/local/bin/sliceweasel') diff --git a/dot/local/bin/sliceweasel b/dot/local/bin/sliceweasel index 09c45bc..b9dc389 100755 --- a/dot/local/bin/sliceweasel +++ b/dot/local/bin/sliceweasel @@ -67,7 +67,7 @@ launch_command() { init_control_group memory || die "init_control_group failed" cg=$(get_cgroup memory) || die "failed to ascertain current control group" - [ "$cg" = / ] || die "current control group should be '/', but is instead '$cg'" +# [ "$cg" = / ] || die "current control group should be '/', but is instead '$cg'" join_control_group || die "join_control_group failed" exec $command "$@" } -- cgit v1.2.3