From 1af2b5417c4d6e2d306532bb8935be01eea7ba8c Mon Sep 17 00:00:00 2001 From: Poag Date: Mon, 9 Jan 2017 19:03:30 +0000 Subject: [PATCH] Delete 30_oldconfig.sh --- init/30_oldconfig.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 init/30_oldconfig.sh 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