mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
remove superfluous chown
This commit is contained in:
parent
4a8dd7f724
commit
ce46a50542
@ -11,7 +11,7 @@ source "$SCRIPT_DIR"/parameters.sh
|
|||||||
dnf config-manager --set-enabled powertools
|
dnf config-manager --set-enabled powertools
|
||||||
dnf install -y epel-release
|
dnf install -y epel-release
|
||||||
dnf install -y koji-hub mod_ssl koji koji-web koji-utils policycoreutils-python-utils
|
dnf install -y koji-hub mod_ssl koji koji-web koji-utils policycoreutils-python-utils
|
||||||
dnf module enable postgresql:10
|
dnf module enable postgresql:10 -y
|
||||||
dnf install -y postgresql-server
|
dnf install -y postgresql-server
|
||||||
|
|
||||||
## SETTING UP SSL CERTIFICATES FOR AUTHENTICATION
|
## SETTING UP SSL CERTIFICATES FOR AUTHENTICATION
|
||||||
@ -245,7 +245,6 @@ cert = ~/.koji/client.crt
|
|||||||
serverca = ~/.koji/serverca.crt
|
serverca = ~/.koji/serverca.crt
|
||||||
anon_retry = true
|
anon_retry = true
|
||||||
EOF
|
EOF
|
||||||
chown kojiadmin:kojiadmin "$ADMIN_KOJI_DIR"/config
|
|
||||||
|
|
||||||
## KOJI APPLICATION HOSTING
|
## KOJI APPLICATION HOSTING
|
||||||
# Koji Filesystem Skeleton
|
# Koji Filesystem Skeleton
|
||||||
|
Loading…
Reference in New Issue
Block a user