From d31ce8390eed5943799597e44a1095a50696bc75 Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Sun, 13 Nov 2022 15:34:34 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Run.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run.sh b/Run.sh index dd6e77a..7e52f0a 100755 --- a/Run.sh +++ b/Run.sh @@ -37,7 +37,7 @@ function del_ServerActors() { } function getmodprefix() { - _File=$(find $OUTPUT_DIR/Textures -type f -iname "CountryFlags32.*\.utx" -exec basename {} \;) + _File=$(find $OUTPUT_DIR/Textures -type f -iname "CountryFlags32*\.utx" -exec basename {} \;) BaseName="${_File%.*}" echo "$BaseName" }