correction env keycloak / cas

This commit is contained in:
2025-04-09 19:07:39 +02:00
parent 5a67e7c050
commit 8a519d247d
3 changed files with 5 additions and 6 deletions

View File

@ -66,7 +66,7 @@ run_as 'php occ app:enable files_mindmap'
echo
echo "== USER CAS"
if [[ "${MODE_AUTH}" == "CAS" && "${CAS_ACTIVATE}" == "1" ]]
if [[ "${MODE_AUTH}" == "CAS" ]]
then
cp -rf /nine/app/user_cas /var/www/html/custom_apps
chown www-data:www-data /var/www/html/custom_apps -R