forked from x/icebergs
fix boot
This commit is contained in:
parent
a41cfb5a49
commit
bbdd51595f
@ -34,6 +34,7 @@ var Index = &ice.Context{Name: "chat", Help: "聊天中心",
|
|||||||
[]interface{}{"field", "feel", "web.wiki"},
|
[]interface{}{"field", "feel", "web.wiki"},
|
||||||
|
|
||||||
[]interface{}{"storm", "code", "code"},
|
[]interface{}{"storm", "code", "code"},
|
||||||
|
[]interface{}{"field", "login", "web.code"},
|
||||||
[]interface{}{"field", "buffer", "web.code.tmux"},
|
[]interface{}{"field", "buffer", "web.code.tmux"},
|
||||||
[]interface{}{"field", "session", "web.code.tmux"},
|
[]interface{}{"field", "session", "web.code.tmux"},
|
||||||
[]interface{}{"field", "image", "web.code.docker"},
|
[]interface{}{"field", "image", "web.code.docker"},
|
||||||
|
@ -64,7 +64,7 @@ END
|
|||||||
export PATH=\${PWD}/bin:\${PWD}:\$PATH
|
export PATH=\${PWD}/bin:\${PWD}:\$PATH
|
||||||
export ctx_pid=\${ctx_pid:=var/run/ice.pid}
|
export ctx_pid=\${ctx_pid:=var/run/ice.pid}
|
||||||
export ctx_log=\${ctx_log:=bin/boot.log}
|
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() {
|
prepare() {
|
||||||
[ -d bin ] || mkdir bin
|
[ -d bin ] || mkdir bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user