Revision 201
Added by Aaron Marcuse-Kubitza about 13 years ago
bien_user_create | ||
---|---|---|
3 | 3 |
|
4 | 4 |
. "$selfDir/../util/vegbien_dest.sh" |
5 | 5 |
|
6 |
(echo "At prompt \"Password:\", enter *your* password for sudo"
|
|
7 |
echo "At prompt \"Enter password for new role:\", enter $out_password") >&2
|
|
6 |
echo "At prompt \"Password:\", enter *your* password for sudo" >&2
|
|
7 |
sudo -v
|
|
8 | 8 |
|
9 |
echo "At prompt \"Enter password for new role:\", enter $out_password" >&2 |
|
9 | 10 |
sudo -u postgres createuser --no-superuser --no-createdb --no-createrole \ |
10 | 11 |
--pwprompt "$@" "$out_user" |
Also available in: Unified diff
bien_user_create: Print instructions in sequence with password prompts