Mise à jour de 'Run.sh'

This commit is contained in:
2022-05-15 21:55:54 +00:00
parent e1dbe24508
commit 3eaeaadfc8

4
Run.sh
View File

@@ -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
}