ikke-t / podman-container-systemd

creates systemd files and creates containers using podman
118 stars 44 forks source link

fix regex not accounting for double quotes #76

Closed jaryan-rh closed 1 year ago

jaryan-rh commented 1 year ago

My use case is using jinja variables in the path and therefore needed to include double quotes around the path. The regex did not account for this scenario. I added checking for 0 or more quotes in the string.

ikke-t commented 1 year ago

thanks!