NookVoive commented on PR #253:
URL: 
https://github.com/apache/seatunnel-website/pull/253#issuecomment-1900228536

   原因找到了 是因为:
   我的执行命令是:sh bin/install-plugin.sh 
   而我的sh实际指向的是:dash 而不是 bash
   这就导致 install-plugin.sh  中默认的解释器失效。
   修改命令为: bash bin/install-plugin.sh  
   或:./bin/install-plugin.sh  
   即可。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to