#查找appexample是否存在,如果appexample不存在,则返回0,退出 #在冻结IO步骤中,Agent程序会依次调用每个冻结脚本,如果一个失败,总体就会失败。所以为了防止干扰其他程序的冻结过程,找不到appexample时,应返回0 which appexample if [ $? -ne 0 ] then Log "[INFO]:appexample is not installed."
#查找appexample是否存在,如果appexample不存在,则返回0,退出 #在冻结IO步骤中,Agent程序会依次调用每个冻结脚本,如果一个失败,总体就会失败。所以为了防止干扰其他程序的冻结过程,找不到appexample时,应返回0 which appexample if [ $? -ne 0 ] then Log "[INFO]:appexample is not installed."