真是坑爹,就下面的sh,竟然也写了很久!
if [ `pwd` != ‘/usr/xx/bin/tomcat‘ ] then echo "rstall is not allowed in current dir : `pwd` !" return fi ./bin/rstmst.sh;../tomcat-bb/bin/rstns.sh
if 的语法真麻烦, linux if 的语法真是服了!
if 后面跟的是 [] , 而不是 () 擦!
if 和 then 之间必须换行! ———— 这哪里有写?? 这我怎么想得到?
return不能用exit代替,否则退出shell。。。
then 和 具体语句之间也必须换行!
结尾是fi !
时间: 2024-10-22 07:24:35