Skip to content

Commit

Permalink
Cancel the execution of the chirpstack db script
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuQI77 committed Mar 25, 2021
1 parent dfcf342 commit e69b9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirpstack/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e69b9ba

Please sign in to comment.