From ba7fb05342eb1e5ec1388c36d49ecf13755e46f9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 21 Oct 2025 18:58:12 +0200 Subject: [PATCH] Replace mkdir with makeDir for storage directory --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 581d38b..3da4430 100644 --- a/src/install.sh +++ b/src/install.sh @@ -155,7 +155,7 @@ install() { esac rm -f "$dest" - mkdir -p "$STORAGE" + makeDir "$STORAGE" find "$STORAGE" -maxdepth 1 -type f \( -iname '*.rom' -or -iname '*.vars' \) -delete find "$STORAGE" -maxdepth 1 -type f \( -iname 'data.*' -or -iname 'macos.*' \) -delete