diff options
| -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 |
