summarylogtreecommitdiffstats
path: root/megamek.sh
diff options
context:
space:
mode:
Diffstat (limited to 'megamek.sh')
-rw-r--r--megamek.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/megamek.sh b/megamek.sh
index d717cea29e80..b4b2a9e6517c 100644
--- a/megamek.sh
+++ b/megamek.sh
@@ -12,9 +12,6 @@ then
mkdir -p "$conf"
fi
-if [[ ! -d "$conf/mmconf" ]]
-then
- cp -af /usr/lib/mekhq/* "$conf/"
-fi
+rsync -avc /usr/lib/mekhq/ "$conf/"
exec env MEGAMEK_CONFPATH="$conf" "$conf/mm-startup.sh"