Skip to content

Commit 0e42e85

Browse files
authored
Merge pull request #67 from cybertec-postgresql/UpdateNSSWrapper
fixed sg error
2 parents d665d8a + 518570b commit 0e42e85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/nss_wrapper/nss_wrapper.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ export LD_PRELOAD=/usr/lib64/libnss_wrapper.so
4242
export NSS_WRAPPER_PASSWD="${NSS_PASSWD}"
4343
export NSS_WRAPPER_GROUP="${NSS_GROUP}"
4444

45-
exec "$@"
46-
45+
exec "$@"

0 commit comments

Comments
 (0)