Browse Source

Update '.drone.yml'

tubia 4 years ago
parent
commit
d43ff8cffc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .drone.yml

+ 2 - 2
.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