update 14/04/2025
This commit is contained in:
parent
ffb7217f7f
commit
0026da2286
56 changed files with 135 additions and 117 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=26.1.0
|
||||
VERSION=26.2.0
|
||||
APP=keycloak
|
||||
DEPOT=https://github.com/keycloak/keycloak.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
id keycloak &> /dev/null || useradd keycloak -r -s /bin/false
|
||||
|
||||
chown keycloak:keycloak /var/lib/keycloak/ -R
|
||||
chown keycloak:keycloak /usr/lib/keycloak/lib/quarkus -R
|
||||
APP=keycloak
|
||||
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
|
||||
chown -R $APP:$APP /var/lib/$APP/
|
||||
chown $APP:$APP /usr/lib/keycloak/lib/quarkus -R
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue