From b577493f77f4e556fe117d0b40687f0072e39c3d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 May 2016 15:59:57 +0100 Subject: [PATCH] Corrected working directory --- services/nadeko/run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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