fix quotes
This commit is contained in:
parent
945b5ce7f9
commit
db893ad00e
1 changed files with 1 additions and 1 deletions
2
debian/grantpriv.sh
vendored
2
debian/grantpriv.sh
vendored
|
@ -20,6 +20,6 @@ su postgres -c "psql -c \"ALTER DATABASE $dbname OWNER to $user;\"" || {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Grant all privileges to $user user..."
|
echo "Grant all privileges to $user user..."
|
||||||
su postgres -c 'psql -c "GRANT ALL PRIVILEGES ON DATABASE template1 to $user;"' || {
|
su postgres -c "psql -c \"GRANT ALL PRIVILEGES ON DATABASE template1 to $user;\"" || {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue