diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-13 00:51:21 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-13 00:51:21 -0700 |
| commit | ba44b353641684907d82c33402e2c56d06059ed0 (patch) | |
| tree | b0624017178a1eec9e9992fec2984511f52854f3 | |
| parent | 0fa3f8298fd6e7c352c8bf61e1e43fe76b764a87 (diff) | |
MOD: switch cfg path
| -rwxr-xr-x | mp.sh | 2 |
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}" | |||
| 8 | STATUS="$WD/status" | 8 | STATUS="$WD/status" |
| 9 | INSTALLED="$WD/installed" | 9 | INSTALLED="$WD/installed" |
| 10 | EXTINSTALLED="$WD/extinstalled" | 10 | EXTINSTALLED="$WD/extinstalled" |
| 11 | CFG="/etc/mp.conf" | 11 | CFG="/usr/local/mp/mp.conf" |
| 12 | 12 | ||
| 13 | war() { | 13 | war() { |
| 14 | echo "warn: $1" >&2 | 14 | echo "warn: $1" >&2 |
