Skip to content

Commit 518570b

Browse files
committed
fixed sg error
1 parent bd60115 commit 518570b

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)