no message

This commit is contained in:
unknown 2016-05-06 08:07:43 +01:00
parent b577493f77
commit 906f0cb954

View File

@ -8,8 +8,8 @@ sql="/config/nadekobot.sqlite"
if [ -f "$sql" ] ; then echo "SQLite DB exists" ; else echo "" > /config/nadekobot.sqlite ;fi if [ -f "$sql" ] ; then echo "SQLite DB exists" ; else echo "" > /config/nadekobot.sqlite ;fi
#Remove Built in #Remove Built in
rm /root/NadekoBot/credentials.json #rm /root/NadekoBot/credentials.json
rm /root/NadekoBot/data/nadekobot.sqlite #rm /root/NadekoBot/data/nadekobot.sqlite
#Adding Config file sym links #Adding Config file sym links
ln -s /config/credentials.json /root/NadekoBot/credentials.json ln -s /config/credentials.json /root/NadekoBot/credentials.json