Skip to content

Commit

Permalink
fix: correct auto db initialization step in prepare.sh script (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidebrd authored Aug 1, 2023
1 parent e628b95 commit 8f4ea79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ startupMessage() {
dbInit() {
if ($auto_db_init); then
say "elabimg: info: initializing database structure"
/elabftw/bin/install start
/elabftw/bin/init db:install
fi
}

Expand Down

0 comments on commit 8f4ea79

Please sign in to comment.