Pull request #259 was supposed to fix complex startup commands that used if statements, but it didn't work. I tested this new fix on a local/private docker image and it works!
Doesn't seem like eval echo "$(cat -)" was needed as everything still works as expected. Not exactly sure what it does to be honest as it just seems to echo the startup command after parsing, but was causing errors with if-then statements.
All Submissions:
[x] Have you ensured there aren't other open Pull Requests for the same update or change?
[x] Have you created a new branch for your changes and PR from that branch and not from your master branch?
Description
Pull request #259 was supposed to fix complex startup commands that used if statements, but it didn't work. I tested this new fix on a local/private docker image and it works! Doesn't seem like
eval echo "$(cat -)"
was needed as everything still works as expected. Not exactly sure what it does to be honest as it just seems to echo the startup command after parsing, but was causing errors with if-then statements.All Submissions: