From 3eaeaadfc8bab84203631a5eb0ad162a971fda2c Mon Sep 17 00:00:00 2001 From: chacha <1000chacha0001@gmail.com> Date: Sun, 15 May 2022 21:55: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 12805f7..3b3ab56 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/System/ $OUTPUT_DIR/System + rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help --exclude '.git' + rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System --exclude '.git' echo install ok }