From 840b497dc2567f39fa6b147c43b9340c33de2f81 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 18 Apr 2019 23:36:11 +0200 Subject: [PATCH] :hammer: Renamed init scripts --- .../rootfs/etc/cont-init.d/{13-persistent-data.sh => grocy.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename grocy/rootfs/etc/cont-init.d/{13-persistent-data.sh => grocy.sh} (94%) diff --git a/grocy/rootfs/etc/cont-init.d/13-persistent-data.sh b/grocy/rootfs/etc/cont-init.d/grocy.sh similarity index 94% rename from grocy/rootfs/etc/cont-init.d/13-persistent-data.sh rename to grocy/rootfs/etc/cont-init.d/grocy.sh index 7356e91..a5a0237 100644 --- a/grocy/rootfs/etc/cont-init.d/13-persistent-data.sh +++ b/grocy/rootfs/etc/cont-init.d/grocy.sh @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bashio # ============================================================================== # Community Hass.io Add-ons: Grocy -# Ensures data is store in a persistent location +# Sets up Grocy before the server starts # ============================================================================== if ! bashio::fs.directory_exists "/data/grocy"; then bashio::log.debug 'Data directory not initialized, doing that now...'