|
|
发表于 2005-2-28 21:05:31
|
显示全部楼层
把错误提示也发出来看看
Post by yibaidu
这样子行不行?
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
cd /root/cs15/root/root/cs/hlds_l &
./cs.sh &
注:粗体是我加进去的内容!
我已经用上面的这个了,不行,错在什么地方!!如何改?
把错误提示也发现来看看. |
|