From 63c255c213353e6fa62c70ddc9f0a3da163275c9 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 2 Feb 2024 18:08:45 +0100 Subject: [PATCH] =?UTF-8?q?updateall/docker=20:=20plus=20besoin=20d'ex?= =?UTF-8?q?=C3=A9cuter=20en=20root?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/updateall/scripts/50-docker | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/updateall/scripts/50-docker b/config/updateall/scripts/50-docker index 1c95926..f5a9a7b 100755 --- a/config/updateall/scripts/50-docker +++ b/config/updateall/scripts/50-docker @@ -1,7 +1,5 @@ #!/bin/sh -x -[ "$(whoami)" != root ] && exec sudo "$0" "$@" - cd /opt/docker || exit for i in *; do (set -e