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" }