From 4ab8b1c2ecf4be906d09ac99667b394c28a57d81 Mon Sep 17 00:00:00 2001 From: Poag Date: Mon, 9 Jan 2017 19:03:42 +0000 Subject: [PATCH] Delete 50_configuration.sh --- init/50_configuration.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 init/50_configuration.sh diff --git a/init/50_configuration.sh b/init/50_configuration.sh deleted file mode 100644 index 793a7a6..0000000 --- a/init/50_configuration.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -#Test Configuration -if test -f "/config/credentials.json"; then echo "Creds Exist"; else cp /root/NadekoBot/credentials_example.json /config/credentials.json; fi - -#Remove Built in -rm /root/NadekoBot/credentials.json - -#Adding Config file sym links -ln -s /config/credentials.json /root/NadekoBot/credentials.json -ln -s /config/data /root/NadekoBot/data \ No newline at end of file