Fix path
This commit is contained in:
parent
c2f26be35e
commit
e7bedec4dc
@ -11,7 +11,7 @@ setup_db() {
|
||||
setup_root_user() {
|
||||
set -eu
|
||||
|
||||
user_count=$(sqlite3 /data/gitea.db "select count(*) from user;")
|
||||
user_count=$(sqlite3 /data/gitea/gitea.db "select count(*) from user;")
|
||||
|
||||
if [[ "${user_count}" == "0" ]]; then
|
||||
echo "==> Setting up root user for first run"
|
||||
|
Reference in New Issue
Block a user