mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 06:50:58 +02:00
Allow both
This commit is contained in:
@@ -174,7 +174,7 @@ check_vchord_extension() {
|
|||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
bashio::log.warning "❌ 'vchord' extension is NOT enabled."
|
bashio::log.warning "❌ 'vchord' extension is NOT enabled."
|
||||||
check_vector_extension
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -199,4 +199,4 @@ export_db_env
|
|||||||
|
|
||||||
setup_root_user
|
setup_root_user
|
||||||
setup_database
|
setup_database
|
||||||
check_vchord_extension
|
check_vchord_extension || check_vector_extension
|
||||||
|
|||||||
Reference in New Issue
Block a user