mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
🔨 Renamed init scripts
This commit is contained in:
parent
c33ad46523
commit
840b497dc2
1 changed files with 1 additions and 1 deletions
|
@ -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...'
|
Loading…
Add table
Add a link
Reference in a new issue