Fix cut-and-paste-o in machi-admin script
This commit is contained in:
parent
c48513d131
commit
aac302a289
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ usage() {
|
|||
echo " top }"
|
||||
}
|
||||
|
||||
stat_admin()
|
||||
{
|
||||
case "$1" in
|
||||
case "$1" in
|
||||
test)
|
||||
# Make sure the local node IS running
|
||||
node_up_check
|
||||
|
|
Loading…
Reference in a new issue