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...'