diff --git a/src/install.sh b/src/install.sh index 397913340..1e57ecdea 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