Add Knuth in servers list
This commit is contained in:
parent
ed0edaf9f3
commit
90d22c3af0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
#! /bin/bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
cd $(dirname "$0")
|
cd $(dirname "$0")
|
||||||
|
|
||||||
WKS_LIST="apl"
|
WKS_LIST="apl"
|
||||||
SRV_LIST="moore noyce hamano cpp"
|
SRV_LIST="moore noyce hamano cpp"
|
||||||
SCP_LIST="ksh"
|
SCP_LIST="ksh knuth"
|
||||||
|
|
||||||
KNOWN_ACTIONS="start stop restart update log viewlog view_log"
|
KNOWN_ACTIONS="start stop restart update log viewlog view_log"
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue