diff --git a/init/30_oldconfig.sh b/init/30_oldconfig.sh deleted file mode 100644 index 3b89c61..0000000 --- a/init/30_oldconfig.sh +++ /dev/null @@ -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 \ No newline at end of file