mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
add "-n" to omit trailing newline
This commit is contained in:
parent
914bf9926f
commit
27acc8b2cf
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ fi
|
|||
|
||||
mkdir -p $TESTDIR $DBDIR1
|
||||
|
||||
$SLAPPASSWD -g > $CONFIGPWF
|
||||
$SLAPPASSWD -g -n > $CONFIGPWF
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slappasswd failed ($RC)!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue