Fix path
This commit is contained in:
parent
c2f26be35e
commit
e7bedec4dc
@ -11,7 +11,7 @@ setup_db() {
|
|||||||
setup_root_user() {
|
setup_root_user() {
|
||||||
set -eu
|
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
|
if [[ "${user_count}" == "0" ]]; then
|
||||||
echo "==> Setting up root user for first run"
|
echo "==> Setting up root user for first run"
|
||||||
|
Reference in New Issue
Block a user