From e69b9bafa731805f086ff8daea25960eef9065e1 Mon Sep 17 00:00:00 2001 From: Van <330406357@qq.com> Date: Thu, 25 Mar 2021 10:41:24 +0800 Subject: [PATCH] Cancel the execution of the chirpstack db script --- chirpstack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chirpstack/install.sh b/chirpstack/install.sh index 9e22f5a..d2f0234 100755 --- a/chirpstack/install.sh +++ b/chirpstack/install.sh @@ -36,7 +36,7 @@ sudo -u postgres psql -c "create database chirpstack_as with owner chirpstack_as sudo -u postgres psql -c "create database chirpstack_ns with owner chirpstack_ns;" sudo -u postgres psql chirpstack_as -c "create extension pg_trgm;" sudo -u postgres psql chirpstack_as -c "create extension hstore;" -sudo -u postgres psql -U postgres -f /tmp/init_sql.sql +#sudo -u postgres psql -U postgres -f /tmp/init_sql.sql rm -f /tmp/init_sql.sql #3. install lora packages