[DRE-commits] [gitlab] 03/07: fix quotes
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Jan 29 17:57:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit db893ad00e29ccfe210def2e8d1a9c4eef4c21f6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Jan 29 22:24:20 2016 +0530
fix quotes
---
debian/grantpriv.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/grantpriv.sh b/debian/grantpriv.sh
index 284bb53..135a676 100755
--- a/debian/grantpriv.sh
+++ b/debian/grantpriv.sh
@@ -20,6 +20,6 @@ su postgres -c "psql -c \"ALTER DATABASE $dbname OWNER to $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
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list