diff --git a/services/nadeko/run b/services/nadeko/run index 9e347bb..430a5a4 100644 --- a/services/nadeko/run +++ b/services/nadeko/run @@ -1,3 +1,4 @@ #!/bin/bash umask 0002 -mono /root/NadekoBot/NadekoBot.exe +cd /root/NadekoBot +mono NadekoBot.exe \ No newline at end of file