浏览文章

文章信息

Linux中运行shell脚本时报错source: not found,但是正常运行却没有问题解决 12455

1、原因

sh中没有source命令

改用bash执行

原创