Closed zhan-kunbus closed 1 year ago
When the option no-init is specified, the variable INITSET and initset will be set as "n", which is not well handeled by "case $initset", and results "exit 1".
To address this, a case "n" is added and make it be ended with "exit 0"
Signed-off-by: Zhi Han z.han@kunbus.com
The committers listed above are authorized under a signed CLA.
Thanks
When the option no-init is specified, the variable INITSET and initset will be set as "n", which is not well handeled by "case $initset", and results "exit 1".
To address this, a case "n" is added and make it be ended with "exit 0"
Signed-off-by: Zhi Han z.han@kunbus.com