Add missing stop to reset
This commit is contained in:
parent
9d89bd171b
commit
6f1205c306
1 changed files with 2 additions and 1 deletions
3
pms-cli
3
pms-cli
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# CONSTANTS
|
||||
readonly PKGVER="0.2.0"
|
||||
readonly PKGVER="0.2.1"
|
||||
readonly LICENSE="GNU AGPLv3"
|
||||
readonly ROOTPATH="$(dirname $(readlink -f $(which $0)))"
|
||||
readonly TEMPLATEDIR="${ROOTPATH}/.template"
|
||||
|
@ -93,6 +93,7 @@ while true; do
|
|||
;;
|
||||
--reset)
|
||||
shift
|
||||
stop "$1"
|
||||
reset "$1"
|
||||
;;
|
||||
--)
|
||||
|
|
Loading…
Reference in a new issue