From 2547ee5e260a3a01cf762262c538070a6fb33fb7 Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Sun, 15 May 2022 21:56:54 +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 ae4aaf7..e3bd5c9 100755 --- a/Run.sh +++ b/Run.sh @@ -33,8 +33,8 @@ function del_ServerActors() { } function install() { - rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ - rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ + rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help/ --exclude '.git' + rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git' echo install ok }