From ba4be519bd2fc52bc240a54f2f224437eb99b7d4 Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Sun, 15 May 2022 21:56:20 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Run.sh b/Run.sh index a63fbd1..ae351b0 100755 --- a/Run.sh +++ b/Run.sh @@ -33,9 +33,9 @@ function del_ServerActors() { } function install() { - rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ - rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ - rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ + rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ --exclude '.git' + rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System/ --exclude '.git' + rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git' echo install ok }