From a215c76cf59609778abf2eccb172623a63b314b1 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Fri, 2 Feb 2024 18:08:33 +0100 Subject: [PATCH] =?UTF-8?q?updateall/docker=20:=20flag=20ex=C3=A9cutable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/updateall/scripts/50-docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/updateall/scripts/50-docker b/config/updateall/scripts/50-docker index 5ee0103..1c95926 100755 --- a/config/updateall/scripts/50-docker +++ b/config/updateall/scripts/50-docker @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -x [ "$(whoami)" != root ] && exec sudo "$0" "$@"