🔨 Re-branding

This commit is contained in:
Franck Nijhof 2020-02-12 21:56:58 +01:00
parent fc1ee435e0
commit 1c3dacee7b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
9 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Grocy
# Home Assistant Community Add-on: Grocy
# Sets up Grocy before the server starts
# ==============================================================================
if ! bashio::fs.directory_exists "/data/grocy"; then

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Grocy
# Home Assistant Community Add-on: Grocy
# Configures NGINX for use with Grocy
# ==============================================================================
declare certfile

View file

@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Community Home Assistant Add-on: Grocy
# Home Assistant Community Add-on: Grocy
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if { s6-test ${1} -ne 0 }

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Grocy
# Home Assistant Community Add-on: Grocy
# Runs the Nginx daemon
# ==============================================================================

View file

@ -1,6 +1,6 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Community Home Assistant Add-on: Grocy
# Home Assistant Community Add-on: Grocy
# Take down the S6 supervision tree when PHP FPM fails
# ==============================================================================
if { s6-test ${1} -ne 0 }

View file

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Community Home Assistant Add-on: Grocy
# Home Assistant Community Add-on: Grocy
# Runs the PHP-FPM daemon
# ==============================================================================
export GROCY_CULTURE