From 896c6de065a3acbb9a2b749cfe5225c457f166f8 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 18 Jul 2023 15:05:16 +0200 Subject: [PATCH] mint-config-update.sh aktualisiert --- mint-config-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint-config-update.sh b/mint-config-update.sh index 8565d83..2416bb7 100644 --- a/mint-config-update.sh +++ b/mint-config-update.sh @@ -7,7 +7,7 @@ echo $$ >/run/mint-config-update.sh.lock # download and run wget -q https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint.sh -O /tmp/mint.sh || exit 0 cd /tmp -bash -n mint.sh && bash mint.sh +bash -n mint.sh && bash -x mint.sh rm mint.sh echo "Skript beendet"