summary refs log tree commit diff
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-13 00:51:21 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-13 00:51:21 -0700
commitba44b353641684907d82c33402e2c56d06059ed0 (patch)
treeb0624017178a1eec9e9992fec2984511f52854f3
parent0fa3f8298fd6e7c352c8bf61e1e43fe76b764a87 (diff)
MOD: switch cfg path
-rwxr-xr-xmp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp.sh b/mp.sh index 0e13a36..ac58d47 100755 --- a/mp.sh +++ b/mp.sh
@@ -8,7 +8,7 @@ PORTS_REPO="${PORTS_REPO:-https://codeberg.org/Druid520/ports.git}"
8STATUS="$WD/status" 8STATUS="$WD/status"
9INSTALLED="$WD/installed" 9INSTALLED="$WD/installed"
10EXTINSTALLED="$WD/extinstalled" 10EXTINSTALLED="$WD/extinstalled"
11CFG="/etc/mp.conf" 11CFG="/usr/local/mp/mp.conf"
12 12
13war() { 13war() {
14 echo "warn: $1" >&2 14 echo "warn: $1" >&2