mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-29 10:46:05 +02:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -8,7 +8,7 @@ set -e
|
|||||||
##################
|
##################
|
||||||
|
|
||||||
# Exit if /config is not mounted
|
# 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
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user