mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 09:58:16 +01:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -8,7 +8,7 @@ set -e
|
||||
##################
|
||||
|
||||
# Exit if /config is not mounted
|
||||
if [ ! -f /config/configuration.* ] || [ ! -d /config/.storage ]; then
|
||||
if [ ! -f /config/configuration.yaml ] || [ ! -d /config/.storage ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user