Mise à jour de 'Run.sh'
fix config file name
This commit is contained in:
2
Run.sh
2
Run.sh
@@ -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 '='
|
||||||
|
|||||||
Reference in New Issue
Block a user