Mise à jour de 'Run.sh'
This commit is contained in:
6
Run.sh
6
Run.sh
@@ -33,9 +33,9 @@ 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'
|
||||||
rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/
|
rsync -a $SCRIPT_DIR/Textures/ $OUTPUT_DIR/Textures/ --exclude '.git'
|
||||||
|
|
||||||
echo install ok
|
echo install ok
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user