diff --git a/.drone.yml b/.drone.yml index f7cd59a..52f6cbc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ steps: from_secret: passwd host: mastodon.bida.im script: - - kill -9 `ps aufx | grep mega | grep bash | awk '{print $2}'` + - kill -9 `ps aufx | grep megafono_bot | grep bash | awk '{print $2}'` - cd ~/MastodonMegafono - nohup bash megafono_bot.sh -f megafono.txt & - nohup bash megafono_bot.sh -f supportabida.txt &