remove superfluous chown

This commit is contained in:
Trevor Batley 2023-08-31 14:17:01 +10:00
parent 4a8dd7f724
commit ce46a50542

View File

@ -11,7 +11,7 @@ source "$SCRIPT_DIR"/parameters.sh
dnf config-manager --set-enabled powertools
dnf install -y epel-release
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
## SETTING UP SSL CERTIFICATES FOR AUTHENTICATION
@ -245,7 +245,6 @@ cert = ~/.koji/client.crt
serverca = ~/.koji/serverca.crt
anon_retry = true
EOF
chown kojiadmin:kojiadmin "$ADMIN_KOJI_DIR"/config
## KOJI APPLICATION HOSTING
# Koji Filesystem Skeleton