From 22e6bbaec55c9dcc449df86b885a08eaa879971f Mon Sep 17 00:00:00 2001 From: f Date: Thu, 26 Aug 2021 16:26:34 -0300 Subject: [PATCH] El orden de las flags altera el producto --- haini.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haini.sh b/haini.sh index 07a13af..8fd8627 100755 --- a/haini.sh +++ b/haini.sh @@ -20,7 +20,7 @@ if ! type bwrap >/dev/null 2>&1 ; then exit 1 fi -if test $(sysctl kernel.unprivileged_userns_clone -n) -ne 1 ; then +if test $(sysctl -n kernel.unprivileged_userns_clone) -ne 1 ; then echo "Necesitamos configurar tu sistema, ingresa tu contraseƱa para correr el comando" >&2 echo "sudo sysctl -a kernel.unprivileged_userns_clone=1" sudo sysctl -a kernel.unprivileged_userns_clone=1