add keycloak-radius-plugin

This commit is contained in:
Thomas Legay 2023-07-18 15:58:26 +02:00
parent 2024db6dc6
commit 109d1a34f2
5 changed files with 95 additions and 7 deletions

View file

@ -84,6 +84,7 @@ debmaker_chroot() {
zdebmaker_inject
debmaker_mount_proc_sys ${OPEN_FILE} ${MOUNT_PATH}/${APP}/
sudo chroot ${MOUNT_PATH}/${APP}/
find ${MOUNT_PATH}/${APP}/tmp/dist/ -name *.deb -exec cp -v {} dist/ \;
debmaker_umount_proc_sys ${MOUNT_PATH}/${APP}/
}