使用脚本部署遇到问题
Closed this issue · 3 comments
FreedomXuanyuan commented
run_no_in_docker.sh: 16: [[: not found
yomea commented
sorry!最近有点忙,有些日子没有打开github了,看你这个问题可能是解释器的问题,你把这个shell脚本的最顶上的这句
#!/bin/sh =》改成
#!/bin/bash 然后执行 bash wechat.sh
FreedomXuanyuan commented
十分感谢您的回复,问题解决了,没有使用脚本已经部署成功。
yomea commented
好的