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