From df81455cfb3cecf95fb92fadf185cff7f8ce374b Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Tue, 1 Aug 2023 04:19:53 -0400 Subject: [PATCH] Add shebang for postgres scripts --- data/storage/postgres/create_db_with_users.sh | 1 + data/storage/postgres/create_ers_db.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/storage/postgres/create_db_with_users.sh b/data/storage/postgres/create_db_with_users.sh index 484290ec1..b193b3f5f 100755 --- a/data/storage/postgres/create_db_with_users.sh +++ b/data/storage/postgres/create_db_with_users.sh @@ -1,3 +1,4 @@ +#!/bin/bash # # Sample db and users creation. Replace here with your own details diff --git a/data/storage/postgres/create_ers_db.sh b/data/storage/postgres/create_ers_db.sh index c697fa9d5..17b760cda 100755 --- a/data/storage/postgres/create_ers_db.sh +++ b/data/storage/postgres/create_ers_db.sh @@ -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