keycloak: correct use of old variable in update script

This commit is contained in:
Milan 2024-10-25 09:50:42 +02:00
parent 7ae0d39b99
commit 790727896b
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ unzip keycloak-$release.zip
rm keycloak-$release.zip
[ -L latest ] && rm -v latest
ln -sv $location/keycloak-$1 $location/latest
ln -sv $location/keycloak-$release $location/latest
# default config got the same filename!
rm -v latest/conf/keycloak.conf

View File

@ -49,7 +49,7 @@ unzip keycloak-$release.zip
rm keycloak-$release.zip
[ -L $location/latest ] && rm -v $location/latest
ln -sv $location/keycloak-$1 $location/latest
ln -sv $location/keycloak-$release $location/latest
# default config got the same filename!
rm -v $location/latest/conf/keycloak.conf