🔨 Renamed init scripts

This commit is contained in:
Franck Nijhof 2019-04-18 23:36:11 +02:00
parent c33ad46523
commit 840b497dc2
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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