This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
PyInventory
kopia lustrzana
https://github.com/jedie/PyInventory
Obserwuj
1
Polub
0
Forkuj
You've already forked PyInventory
0
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
test-add-files-to-item
PyInventory
/
deployment
/
postgres
/
init-user-db.sh
6 wiersze
92 B
Bash
Czysty
Bezpośredni odnośnik
Zwykły widok
Historia
Unescape
Escape
init deployment branch
2020-10-26 17:00:02 +00:00
#!/bin/bash
set
-ex
Quote DB name and user
2020-11-14 13:32:38 +00:00
psql -U postgres -c
"
CREATE DATABASE \"
$DB_NAME
\" OWNER \"
$DB_USER
\"
"