Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: escape bakfile environment variable (#3329)
While using a custom bak file containing special characters (space and parenthesis), I fall on an exception due to the fact bak path was not escaped. This fix apply the same encapsulate than the one done for licence file.
- Loading branch information