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