Update 'Run.sh'

This commit is contained in:
2023-04-15 20:04:47 +02:00
parent 421f6f0d2e
commit 6b0ee3b536

2
Run.sh
View File

@@ -2,8 +2,8 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
OUTPUT_DIR="$2"
CFG_FILE="$3"
DEFAULT_CFG_FILE=UnrealTournament.ini
CFG_FILE="${3:-$DEFAULT_CFG_FILE}"
function add_iniKeyEx() {
crudini --set $OUTPUT_DIR/System/$1 $2 __$3 $4