Thibault Delauné

Results 4 comments of Thibault Delauné

I meant a post-install action indeed. I already use Helm Chart hooks but I can't easily trigger an operation in another system (send a mail or whatever) ...

any news on this issue? maybe another `--skip-cleanup` option...

I've just identified that the issue comes from the use of the `-h` conditional expression in the [sdkman-env.sh](https://github.com/sdkman/sdkman-cli/blob/ffeb24f3f73f5bf08516d30aaba5a9ab9cd7a1bb/src/main/bash/sdkman-env.sh#L153) and [sdkman-init.sh](https://github.com/sdkman/sdkman-cli/blob/ffeb24f3f73f5bf08516d30aaba5a9ab9cd7a1bb/src/main/bash/sdkman-init.sh#L118) files. I've tried to escape them with `\` but it...