- The regex was matching any number in the path which is a problem if your path to external/ had numbers in it. I think this was because of the wrong string escape.
- If /thrust does not exist, the variable isn't set at all. Avoid failure on EXIST with empty path by using DEFINED.
Details
Details
Diff Detail
Diff Detail