Update unknown command message

This commit is contained in:
NullBite 2023-06-19 01:26:24 -04:00
parent 4ba6637fde
commit 985ca8a382
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: NullBite <aur.archlinux@nullbite.com>
pkgname=mcserver
pkgver=0.0.1
pkgrel=3
pkgrel=4
pkgdesc="Minecraft server manager"
arch=("any")
url="https://gitea.protogen.io/nullbite/mcserver"
@ -9,7 +9,7 @@ license=('GPL')
depends=('tmux')
source=(mcserver
mcserver@.service)
sha256sums=('4a760cbb7848129cff4ca357d07b0a65c747f882a930d95e778b620739875ccb'
sha256sums=('ee656e76d7a53c64f82aac7f79a5e4d36aa08a28b079b4fe0b74902e2e24dd8e'
'f4fbd63759bef7e99a6d0fbde67dd179817103b30d5486681b2390b8b5f047a7')
package() {

View File

@ -47,7 +47,7 @@ instance_dir="$instances_dir/$instance"
# input checks
if [[ -z "${cmd:+x}" ]] ; then
die "Please specify one of start, stop, or command."
die "Please specify one of start, stop, command, or attach."
fi
if [[ -z "${instance:+x}" ]] ; then