From 0fdf21ba47577fa5d1cfd6e99437676f6a08b54c Mon Sep 17 00:00:00 2001 From: tubia Date: Thu, 12 Dec 2019 15:42:14 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &