From 026557d47cde0181ee120ced437ca2b1ca3fcfe8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Jan 2024 02:02:53 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/install.sh b/src/install.sh index 1e57ecd..8cc2392 100644 --- a/src/install.sh +++ b/src/install.sh @@ -101,9 +101,7 @@ fi if [ ! -f "$ISO" ]; then if [[ "$EXTERNAL" != [Yy1]* ]]; then - cd "$TMP" - /run/mido.sh "$VERSION" - cd /run + (cd "$TMP; /run/mido.sh "$VERSION") else