fix: typo in spec
This commit is contained in:
@@ -38,7 +38,7 @@ envsubst < %{_sysconfdir}/gitea/app.ini > %{_sysconfdir}/gitea/app.ini.new
|
||||
mv %{_sysconfdir}/gitea/app.ini.new %{_sysconfdir}/gitea/app.ini
|
||||
|
||||
# Create gitea user
|
||||
useradd --system --create-home --bade-dir %{_sharedstatedir} gitea
|
||||
useradd --system --create-home --base-dir %{_sharedstatedir} gitea
|
||||
runuser --user gitea -- mkdir --parents %{_sharedstatedir}/gitea/{data,custom}
|
||||
chgrp gitea %{_sysconfdir}/gitea/app.ini
|
||||
|
||||
|
||||
Reference in New Issue
Block a user