-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR7
-
None
CLI don't use "~" character correctly in --file attribute
Steps to reproduce:
cat << EOF > ~/cli.txt echo a EOF ./jboss-cli.sh --file=/home/mkopecky/cli.txt # this works correctly ./jboss-cli.sh --file=~/cli.txt # this doesn't works correctly
Actual results:
[mkopecky@dhcp-10-40-4-180 bin]$ ./jboss-cli.sh --file=~/cli.txt # this doesn't works correctly File /home/mkopecky/playground/eap/7.1.0.DR7/jboss-eap-7.1/bin/~/cli.txt doesn't exist. [mkopecky@dhcp-10-40-4-180 bin]$
- is cloned by
-
WFCORE-2002 CLI don't use "~" character correctly in --file attribute
- Resolved
- is incorporated by
-
JBEAP-7028 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha13
- Closed