include wildfly configuration in the repo

This commit is contained in:
2026-05-08 04:09:24 +02:00
parent 845e3ad05e
commit ca8220960a
15 changed files with 3658 additions and 4 deletions
+1 -1
View File
@@ -109,7 +109,7 @@
# bash
''
export PATH="bin/:$PATH"
export WILDFLY_BASE_DIR="$HOME/.wildfly-fhs-base"
export WILDFLY_BASE_DIR="$(git rev-parse --show-toplevel 2>/dev/null || pwd)/.wildfly-base"
'';
};
};