Linux下使用shell腳本實現自動升級

Linux服務器中,若是服務端部署了多個,當服務端程序須要更新時,每次都挨個服務器手工替換程序比較麻煩,現作了一個自動升級的腳本,以下:python #!/bin/bash # 啓動主程序 function StartProcess(){ processcount=`ps -fe|grep MqttMsg2DB |grep -v grep|wc -l` if [ $processcoun
相關文章
相關標籤/搜索