fix: usermod command syntax
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
This commit is contained in:
@@ -26,7 +26,7 @@ Install the Git UI server called Forgejo (fork of Gitea).
|
||||
chgrp forgejo %{_sysconfdir}/forgejo/conf/netoik_app.ini
|
||||
|
||||
# Add user forgejo to db groups
|
||||
usermod --groups postgres valkey --append forgejo
|
||||
usermod --groups postgres,valkey --append forgejo
|
||||
|
||||
# Create postgres user and db
|
||||
if ! runuser --user=postgres -- psql --quiet --tuples-only --command='\du' | grep --quiet forgejo; then
|
||||
|
||||
Reference in New Issue
Block a user