Shell脚本仅输出第一个命令

时间:2019-02-06 22:01:49

标签: shell command putty

在腻子中调用shell脚本(SpoutFail.sh),它仅输出shell脚本的第一个命令。

文件名:SpoutFail.sh

#! /bin/bash

sudo -i &&
cd /root/docker/storm-supervisor/ && 
./stop-all.sh" 

油灰命令

 chmod +x SpoutFail.sh 

预期结果:putty运行shell脚本并输出最终命令。

0 个答案:

没有答案