mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add shebang for postgres scripts
This commit is contained in:
committed by
Dan Christian Bogos
parent
3c1e70dcbe
commit
df81455cfb
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Sample db and users creation. Replace here with your own details
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# extra DB for ees and ers
|
||||
# extra DB for ers
|
||||
sudo -u postgres dropdb -e cgrates2
|
||||
sudo -u postgres createdb -e -O cgrates cgrates2
|
||||
|
||||
Reference in New Issue
Block a user