在Linux服务器上执行shell脚本,如startup.sh,报以下错误。
-bash: ./startup.sh: /bin/bash^M: bad interpreter: No such file or directory
解决步骤:
- vim或vi编辑脚本,输入:set ff 回车,显示fileformat=dos;
- 输入:set ff =unix 回车修改脚本格式,然后:wq保存退出。
- 执行脚本。
在Linux服务器上执行shell脚本,如startup.sh,报以下错误。
-bash: ./startup.sh: /bin/bash^M: bad interpreter: No such file or directory