mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Add ingress
This commit is contained in:
@@ -4,8 +4,6 @@ set -e
|
||||
|
||||
bashio::log.warning "App starting."
|
||||
|
||||
|
||||
|
||||
# In the addon script, make symlinks on the fly
|
||||
echo "Creating symlinks"
|
||||
for folder in config db; do
|
||||
@@ -24,10 +22,3 @@ sudo chown -R nginx:www-data /config/config/
|
||||
if [ -f /config/db/app.db ]; then
|
||||
chmod a+rwx /config/db/app.db
|
||||
fi
|
||||
|
||||
##############
|
||||
# LAUNCH APP #
|
||||
##############
|
||||
|
||||
#chmod +x /app/dockerfiles/start.sh
|
||||
#/app/dockerfiles/start.sh
|
||||
|
||||
Reference in New Issue
Block a user