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