diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-21 17:08:20 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-06-21 17:08:20 -0500 |
commit | c444ab44e2f2c9ba50a12b3894188b524a2a2c7a (patch) | |
tree | d5ba37f400151cc9308a2106f0ef69213f648e9b /puppet/services/vpp.yaml | |
parent | 4ccce0e36bae905cf998f4c9a147833f6305142a (diff) |
Fix fallback logic in run-os-net-config.sh
The expression "${variable:-''}" with $variable unset results in a
value that looks like "''", which will not pass a -z test, as I
believe is intended in this code. Making the default value blank
yields the correct behavior.
Change-Id: I9fe98f3c69c797feb9c37da1ad8c7912a15bcecb
Closes-Bug: 1699614
Diffstat (limited to 'puppet/services/vpp.yaml')
0 files changed, 0 insertions, 0 deletions