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
Wina
Historia
#!/bin/bash
set
-ex
psql -U postgres -c
"
CREATE DATABASE \"
$DB_NAME
\" OWNER \"
$DB_USER
\"
"
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik