Skip to content

Commit

Permalink
update inituser_and_start.sh, create db_config_sample.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChickenSellerRED committed Mar 11, 2024
1 parent 415179a commit 24b6820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions conf/db_config_sample.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
database_number: 0
3 changes: 1 addition & 2 deletions inituser_and_start.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash

touch "conf/db_config.yaml"
echo "database_number: 0" > db_config.yaml

cp "conf/db_config_sample.yaml" "conf/db_config.yaml"

python init_user.py &

Expand Down

0 comments on commit 24b6820

Please sign in to comment.