Re: git: 227caacc918a - main - rc: Add a zpoolreguid rc.d script
Date: Mon, 30 May 2022 21:37:45 UTC
On 30/05/2022 16:54, Mark Johnston wrote:
> rc: Add a zpoolreguid rc.d script
...
> +
> +zpoolreguid_start()
> +{
> + local pool
> +
> + for pool in "${zpool_reguid}"; do
> + zpool reguid $pool
> + done
> +
If we want to iterate over zpool_reguid, then zpool_reguid should not be quoted, right?
Best,
Mateusz Piotrowski