summarylogtreecommitdiffstats
path: root/mekhq.sh
diff options
context:
space:
mode:
authordangersalad2022-08-05 09:47:36 -0600
committerdangersalad2022-08-05 09:53:22 -0600
commitce680a9c1f0e3bdd3c14d93de23764e9e5252c79 (patch)
tree9ef011fa725030a671438d5f56f286386e98b4d4 /mekhq.sh
parentd8039912b32bfc7ebcc2286cb8fca89a92067073 (diff)
downloadaur-ce680a9c1f0e3bdd3c14d93de23764e9e5252c79.tar.gz
change startup script to not overwrite configuration
Diffstat (limited to 'mekhq.sh')
-rw-r--r--mekhq.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/mekhq.sh b/mekhq.sh
index 411fd59ed0dc..338dd6dd7fa4 100644
--- a/mekhq.sh
+++ b/mekhq.sh
@@ -18,10 +18,9 @@ fi
if [[ ! -d "$conf" ]]
then
mkdir -p "$conf"
+ rsync -avc /usr/lib/mekhq/ "$conf/"
fi
-rsync -avc /usr/lib/mekhq/ "$conf/"
-
startup_name="hq"
case "${script_name}" in