Delete 30_oldconfig.sh
This commit is contained in:
parent
f01a991fed
commit
1af2b5417c
@ -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
|
Loading…
Reference in New Issue
Block a user