Skip to content

Commit

Permalink
Fix Vagrant install script. Use new command to populate the database.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Dec 1, 2018
1 parent b63c1eb commit e6840e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant/install.sh
Expand Up @@ -54,8 +54,8 @@ apt-get --yes --auto-remove --show-upgraded \
--option DPkg::Options::="--force-confold" \
install postfix openmediavault

# Initialize the system and database.
omv-initsystem
# Populate the database.
omv-confdbadm populate

# Display the login information.
cat /etc/issue

0 comments on commit e6840e8

Please sign in to comment.