1
0
forked from x/icebergs
This commit is contained in:
shylinux 2020-03-09 12:48:56 +08:00
parent a41cfb5a49
commit bbdd51595f
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ var Index = &ice.Context{Name: "chat", Help: "聊天中心",
[]interface{}{"field", "feel", "web.wiki"},
[]interface{}{"storm", "code", "code"},
[]interface{}{"field", "login", "web.code"},
[]interface{}{"field", "buffer", "web.code.tmux"},
[]interface{}{"field", "session", "web.code.tmux"},
[]interface{}{"field", "image", "web.code.docker"},

View File

@ -64,7 +64,7 @@ END
export PATH=\${PWD}/bin:\${PWD}:\$PATH
export ctx_pid=\${ctx_pid:=var/run/ice.pid}
export ctx_log=\${ctx_log:=bin/boot.log}
export ctx_mod=\${ctx_mod:="ssh ctx log gdb"}
export ctx_mod=\${ctx_mod:="gdb,log,ssh,ctx"}
prepare() {
[ -d bin ] || mkdir bin