From 21234d6aaedca9526d39b8d36eebac7b58e91ec9 Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Sun, 8 May 2022 23:18:17 +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 --- Run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Run.sh b/Run.sh index efb8f1b..9247516 100755 --- a/Run.sh +++ b/Run.sh @@ -7,8 +7,8 @@ DEFAULT_CFG_FILE=UnrealTournament.ini function install() { - rsync -a $SCRIPT_DIR/Help $OUTPUT_DIR/Help - rsync -a $SCRIPT_DIR/System $OUTPUT_DIR/System + rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ + rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ echo install ok }