summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Correa2018-03-25 06:51:59 +0000
committerVinicius Correa2018-03-25 06:51:59 +0000
commit34dc33e484cc141a9aba5be60e762b43d45cd4a0 (patch)
tree3d155d2d5e3f7ac55663257d8e49323f36cbaa9d
parentf0061f831d305f32c87a0e5ba7f039df115e58d9 (diff)
downloadaur-34dc33e484cc141a9aba5be60e762b43d45cd4a0.tar.gz
useful commit message
-rw-r--r--stoq-server.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoq-server.install b/stoq-server.install
index 481747f1caf8..2fb13921cc9a 100644
--- a/stoq-server.install
+++ b/stoq-server.install
@@ -89,7 +89,7 @@ EOF
passwd -l stoqserver >/dev/null
fi
- if getent group stoqserver | grep &>/dev/null "postgres"; then
+ if ! getent group stoqserver | grep &>/dev/null "postgres"; then
gpasswd -a postgres stoqserver
fi