Mise à jour de 'Run.sh'

This commit is contained in:
2022-05-15 21:56:07 +00:00
parent f01d2ccca7
commit 9aec2a7c1b

4
Run.sh
View File

@@ -33,8 +33,8 @@ function del_ServerActors() {
} }
function install() { function install() {
rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help rsync -a $SCRIPT_DIR/Help/ $OUTPUT_DIR/Help --exclude '.git'
rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System rsync -a $SCRIPT_DIR/System/ $OUTPUT_DIR/System --exclude '.git'
echo install ok echo install ok
} }