From b8bd8ef9dfda29ddcc899390d338eaaec346659b Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Wed, 20 Jul 2022 23:47:26 +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 fix config file name --- Run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run.sh b/Run.sh index ee6dcda..cb5b267 100644 --- a/Run.sh +++ b/Run.sh @@ -2,7 +2,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) OUTPUT_DIR="$2" CFG_FILE="$3" -DEFAULT_CFG_FILE=NIUT.ini +DEFAULT_CFG_FILE=UnrealTournament.ini function add_iniKeyEx() { crudini --set $OUTPUT_DIR/System/$1 $2 __$3 $4 # Warning: ugly hack with sed to allow multiple key instances + to remove space around '='