Added shebang lines to scripts
This commit is contained in:
parent
78f6dc9e5f
commit
28a1b7d820
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
echo "${POSTGRES_HOST}:${POSTGRES_DB}:${POSTGRES_USER}:${DB_PASSWORD}" > /root/.pg_pass
|
echo "${POSTGRES_HOST}:${POSTGRES_DB}:${POSTGRES_USER}:${DB_PASSWORD}" > /root/.pg_pass
|
||||||
echo "${POSTGRES_HOST}:template1:${POSTGRES_USER}:${DB_PASSWORD}" >> /root/.pg_pass
|
echo "${POSTGRES_HOST}:template1:${POSTGRES_USER}:${DB_PASSWORD}" >> /root/.pg_pass
|
||||||
chmod 0600 /root/.pg_pass
|
chmod 0600 /root/.pg_pass
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
./create_pg_pass.sh
|
./create_pg_pass.sh
|
||||||
|
|
||||||
# Idle process
|
# Idle process
|
||||||
|
|
Loading…
Reference in a new issue