Added shebang lines to scripts

This commit is contained in:
Clemens Geibel 2020-11-19 14:37:50 +01:00
parent 78f6dc9e5f
commit 28a1b7d820
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/bin/bash
echo "${POSTGRES_HOST}:${POSTGRES_DB}:${POSTGRES_USER}:${DB_PASSWORD}" > /root/.pg_pass
echo "${POSTGRES_HOST}:template1:${POSTGRES_USER}:${DB_PASSWORD}" >> /root/.pg_pass
chmod 0600 /root/.pg_pass

View file

@ -1,3 +1,5 @@
#!/bin/bash
./create_pg_pass.sh
# Idle process