From e51606bef6daf851b327fdc93f89ee9250699111 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 May 2016 09:36:36 +0100 Subject: [PATCH] Fixed data link --- init/50_configuration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/50_configuration.sh b/init/50_configuration.sh index e01e0f6..793a7a6 100644 --- a/init/50_configuration.sh +++ b/init/50_configuration.sh @@ -5,6 +5,6 @@ if test -f "/config/credentials.json"; then echo "Creds Exist"; else cp /root/Na #Remove Built in rm /root/NadekoBot/credentials.json - #Adding Config file sym links -ln -s /config/credentials.json /root/NadekoBot/credentials.json \ No newline at end of file +ln -s /config/credentials.json /root/NadekoBot/credentials.json +ln -s /config/data /root/NadekoBot/data \ No newline at end of file