Add missing stop to reset

This commit is contained in:
LinuxSquare 2024-01-06 16:06:31 +01:00
parent 9d89bd171b
commit 6f1205c306

View file

@ -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"
;;
--)