Delete 50_configuration.sh
This commit is contained in:
parent
24a1d75cc6
commit
4ab8b1c2ec
@ -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
|
Loading…
Reference in New Issue
Block a user