加班是为了不加班。
报错如下:
Cannot find bin/catalina.sh The file is absent or does not have execute permission This file is needed to run this program
给权限就好:
chmod 777 *.sh
本文共 225 字,大约阅读时间需要 1 分钟。
加班是为了不加班。
报错如下:
Cannot find bin/catalina.sh The file is absent or does not have execute permission This file is needed to run this program
给权限就好:
chmod 777 *.sh
转载于:https://www.cnblogs.com/yulonglyw/p/9369076.html