Skip to content
Snippets Groups Projects
Commit 27acc8b2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

add "-n" to omit trailing newline

parent 914bf992
No related branches found
No related tags found
No related merge requests found
......@@ -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)!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment