mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
👕 fix linter warning
This commit is contained in:
parent
71057fde22
commit
81c718215c
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/bin/bash
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Community Hass.io Add-ons: Home Panel
|
# Community Hass.io Add-ons: Home Panel
|
||||||
# Runs the NGINX daemon
|
# Runs the NGINX daemon
|
||||||
|
@ -14,4 +14,3 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec nginx -c "$options"
|
exec nginx -c "$options"
|
||||||
exec sleep 10
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue