Skip to content

Commit 218060d

Browse files
mastrolinuxmatteosuppo
authored andcommitted
initialized the db without interaction
1 parent e5720b5 commit 218060d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/certmanager.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if cmd_exists apt-get; then
3939
stat $DBDIR
4040
if [ "$?" -ne "0" ]; then
4141
mkdir -p $DBDIR
42-
certutil -d sql:$DBDIR -N
42+
certutil -d sql:$DBDIR --empty-password -N
4343
fi
4444

4545
certutil -d sql:$DBDIR -A -t "C,," -n Arduino -i $1

0 commit comments

Comments
 (0)