From d43ff8cffc1286642554c22dafaa117e6c4f6981 Mon Sep 17 00:00:00 2001 From: tubia Date: Thu, 12 Dec 2019 17:00:32 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 52f6cbc..4b05bf4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,6 @@ steps: script: - 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 & + - bash megafono_bot.sh -f megafono.txt + - bash megafono_bot.sh -f supportabida.txt \ No newline at end of file