Mise à jour de 'Run.sh'

fix config file name
This commit is contained in:
2022-07-20 23:47:26 +00:00
parent e602aaaf3d
commit b8bd8ef9df

2
Run.sh
View File

@@ -2,7 +2,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
OUTPUT_DIR="$2" OUTPUT_DIR="$2"
CFG_FILE="$3" CFG_FILE="$3"
DEFAULT_CFG_FILE=NIUT.ini DEFAULT_CFG_FILE=UnrealTournament.ini
function add_iniKeyEx() { function add_iniKeyEx() {
crudini --set $OUTPUT_DIR/System/$1 $2 __$3 $4 crudini --set $OUTPUT_DIR/System/$1 $2 __$3 $4
# Warning: ugly hack with sed to allow multiple key instances + to remove space around '=' # Warning: ugly hack with sed to allow multiple key instances + to remove space around '='