From 691a72406150dbfdcb484d9577de2136c4cf07c1 Mon Sep 17 00:00:00 2001 From: Nicolas Geniteau Date: Tue, 5 Nov 2013 17:26:56 +0100 Subject: [PATCH] adding otto as server --- commands/manage-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/manage-server.sh b/commands/manage-server.sh index 3c0620a..e1ea557 100755 --- a/commands/manage-server.sh +++ b/commands/manage-server.sh @@ -3,7 +3,7 @@ cd $(dirname "$0") WKS_LIST="apl" -SRV_LIST="moore noyce hamano cpp" +SRV_LIST="moore noyce hamano cpp otto" SCP_LIST="ksh knuth" KNOWN_ACTIONS="start stop restart update log viewlog view_log"