./wrapper (Found but not executable.)解决方法

这个问题是因为wrapper文件没有执行权限,我们可以在文件夹下对该文件赋予执行权限。

执行命令

chmod 755 wrapper

即可。

你可能感兴趣的:(linux)