davidchisnall / container-vm-scripts

Scripts for building FreeBSD VMs for use with podman
47 stars 4 forks source link

create_accounts_from_ignition: Make use of the jq variable #2

Closed 0mp closed 1 year ago

0mp commented 1 year ago

The jq variable was declared and assigned but never actually used. Remove the redirection from the assignment (it would not work anyway without calling eval). Use the variable to store the path to the jq binary.

davidchisnall commented 1 year ago

Thanks!