From 415179a84930715c39e6e31ae23fd7622a1f0e7c Mon Sep 17 00:00:00 2001 From: ChickenSellerRED Date: Mon, 11 Mar 2024 10:56:41 -0700 Subject: [PATCH] update inituser_and_start.sh --- inituser_and_start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inituser_and_start.sh b/inituser_and_start.sh index 8d91f0f..9f40f1e 100755 --- a/inituser_and_start.sh +++ b/inituser_and_start.sh @@ -1,6 +1,8 @@ #!/bin/bash touch "conf/db_config.yaml" +echo "database_number: 0" > db_config.yaml + python init_user.py &