mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fix variable reference to evaluate distro alias
This commit is contained in:
parent
ab0ee6b3f7
commit
29670caa8e
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@ __ubuntu_derivatives_translation() {
|
|||
;;
|
||||
esac
|
||||
|
||||
_ubuntu_version=$(eval echo "\$${1}_${_major}_ubuntu_base")
|
||||
_ubuntu_version=$(eval echo "\$${match}_${_major}_ubuntu_base")
|
||||
|
||||
if [ "$_ubuntu_version" != "" ]; then
|
||||
echodebug "Detected Ubuntu $_ubuntu_version derivative"
|
||||
|
|
Loading…
Add table
Reference in a new issue