mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-02 04:08:54 +08:00
fix: just clean_service dgiot
This commit is contained in:
parent
d5929dc2f8
commit
2f6196d3ef
@ -1099,8 +1099,7 @@ function build_dashboard() {
|
|||||||
}
|
}
|
||||||
function devops() {
|
function devops() {
|
||||||
## 关闭dgiot
|
## 关闭dgiot
|
||||||
clean_services
|
clean_service dgiot
|
||||||
|
|
||||||
count=`ps -ef |grep beam.smp |grep -v "grep" |wc -l`
|
count=`ps -ef |grep beam.smp |grep -v "grep" |wc -l`
|
||||||
if [ 0 == $count ];then
|
if [ 0 == $count ];then
|
||||||
echo $count
|
echo $count
|
||||||
|
Loading…
Reference in New Issue
Block a user