Chmod +x youmubot before starting

This commit is contained in:
Natsu Kagami 2020-06-28 13:41:48 -04:00
parent bc9e45969a
commit 18ab9a3434
Signed by: nki
GPG key ID: 73376E117CD20735

View file

@ -53,4 +53,6 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.PORT }}
script: systemctl --user restart youmubot
script: |
chmod +x youmubot/youmubot
systemctl --user restart youmubot