db/source.sql > db/schema.sql

This commit is contained in:
Miraty 2022-10-09 01:16:37 +02:00
parent ff97910a13
commit bee01f657d
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ ssh-keygen -lv -f /etc/sftpgo/ed25519 | tail -n +2 > /etc/sftpgo/ed25519.asciiar
echo ht.niver.test. 86400 SSHFP 4 2 $(cut -d ' ' -f 2 /etc/sftpgo/ed25519.pub | base64 -d | sha256sum | cut -d ' ' -f 1) >> /srv/niver/reg/niver.test.zone
# Create database
sqlite3 /srv/niver/core/db/niver.db < /srv/niver/core/db/source.sql
sqlite3 /srv/niver/core/db/niver.db < /srv/niver/core/db/schema.sql