mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01:00
Update 10-vector.sh
This commit is contained in:
@@ -19,8 +19,6 @@ export DB_PORT
|
||||
export DB_HOSTNAME
|
||||
export DB_USERNAME
|
||||
export DB_PASSWORD
|
||||
touch /setup_postgres.sql
|
||||
chmod 755 /setup_postgres.sql
|
||||
echo "DROP EXTENSION IF EXISTS vectors;
|
||||
CREATE EXTENSION vectors;
|
||||
\q" > /setup_postgres.sql
|
||||
|
||||
Reference in New Issue
Block a user