Skip to content

Commit

Permalink
Fixed bug when down and reload
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaandrov committed Aug 16, 2022
1 parent a78dd41 commit 28ba01d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stitchocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
function scr
{
local fn="stitchocker"
local version="0.0.14"
local version="1.0.0"
local version_info="Stitchocker version $version"
local help="
Usage:
Expand Down Expand Up @@ -123,6 +123,9 @@ function scr
scr_error "Command not specified"
fi

if [[ $command == "down" ]]; then
$self -p $path stop $flags
fi

if [[ $command == "reload" ]]; then
$self -p $path down $flags
Expand Down

0 comments on commit 28ba01d

Please sign in to comment.