Fix incorret log

This commit is contained in:
Luke Murphy 2020-04-15 11:20:22 +02:00
parent 047425846a
commit 2664d8fd20
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ setup_app_ini() {
set -eu
if [ ! -f "/data/gitea/conf/app.ini" ]; then
echo "-----> Missing app.ini, not setting up root user"
echo "-----> Missing app.ini, not setting up configuration"
return
fi