Delete 30_oldconfig.sh

This commit is contained in:
Poag 2017-01-09 19:03:30 +00:00 committed by GitHub
parent f01a991fed
commit 1af2b5417c

View File

@ -1,5 +0,0 @@
#!/bin/bash
#Test For Old Style config files
if [-d /config/data]; then echo "Data dir ok"; else mkdir -p /config/data; fi
if test -f "/config/config.json"; then mv /config/config.json /config/data/config.json; else echo "New Config"; fi
if test -f "/config/nadekobot.sqlite"; then mv /config/nadekobot.sqlite /config/data/nadekobot.sqlite; else echo "New SQlite"; fi