mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
👕 Fix shellcheck
This commit is contained in:
parent
1aef54deda
commit
7e0bd6aea0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Community Hass.io Add-ons: Home Panel
|
||||
# This updates the internal auth secret for the API
|
||||
# ==============================================================================
|
||||
if [ "$(cat /opt/panel/config/default.json | grep -c 'API_AUTH_SECRET')" = 0 ]; then
|
||||
if [ "$(grep -i 'API_AUTH_SECRET' /opt/panel/config/default.json)" = 0 ]; then
|
||||
bashio::log.info "Update auth secret.."
|
||||
sed -i -e "s/API_AUTH_SECRET/$(openssl rand -base64 32)/g" /opt/panel/config/default.json
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue