From 7c7c0b3fcb6d8e4ffcce2bcbd6ec64f775a4d1ff Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Wed, 27 Jul 2022 03:00:40 +0000 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 d33d43b..21563fb 100755 --- a/Run.sh +++ b/Run.sh @@ -36,7 +36,7 @@ function del_ServerActors() { del_iniKey 'XC_Engine.XC_GameEngine' ServerActors $1 } function getmodprefix() { - UFile=$(find -type f -iname "SmartSB[[:digit:]]*.u" -exec basename {} \;) + UFile=$(find $OUTPUT_DIR/System -type f -iname "SmartSB[[:digit:]]*.u" -exec basename {} \;) BaseName="${UFile%.*}" echo "$BaseName" }