Mise à jour de 'Run.sh'
This commit is contained in:
2
Run.sh
2
Run.sh
@@ -36,7 +36,7 @@ function del_ServerActors() {
|
||||
del_iniKey 'XC_Engine.XC_GameEngine' ServerActors $1
|
||||
}
|
||||
function getmodprefix() {
|
||||
UFile=$(find $OUTPUT_DIR/System -type f -iname "SmartSB*.u" -exec basename {} \;)
|
||||
UFile=$(find -type f -iname "SmartSB[[:digit:]]*.u" -exec basename {} \;)
|
||||
BaseName="${UFile%.*}"
|
||||
echo "$BaseName"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user