diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index c498a2d9..007fe3d4 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -7,7 +7,7 @@ touch ~/.hushlogin export CTX_ROOT=${CTX_ROOT:=~/contexts} [ "$PWD" = "$HOME" ] && cd ~/contexts -export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin +# export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin ish_sys_path_load ish_sys_cli_prompt diff --git a/etc/init.shy b/etc/init.shy index 45923a48..169c37c2 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -63,7 +63,7 @@ ~gdb # config timer meta.enable true event listen event dream.create cmd web.code.tmux.session - event listen event serve.start cmd web.code.publish + # event listen event serve.start cmd web.code.publish event listen event sess.create cmd aaa.sess event listen event user.create cmd aaa.sess diff --git a/src/main.sh b/src/main.sh index ece96219..83f9c820 100644 --- a/src/main.sh +++ b/src/main.sh @@ -3,8 +3,6 @@ main() { case "$1" in app) # 生产环境 - # export ctx_log=/dev/stdout - # shift && prepare_ice && bin/ice.bin forever start dev dev "$@" shift && prepare_ice && while echo; do bin/ice.bin serve start dev dev "$@" && break done