mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -66,7 +66,7 @@ sed -i '/^ /d' /tempenv
|
||||
sed -i '/^$/d' /tempenv
|
||||
|
||||
# Exit if empty
|
||||
if ! -s /tempenv; then
|
||||
if [ ! -s /tempenv ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user