mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fix undefined variable warn_msg on amd64
Fixes: 6ad614bd
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
This commit is contained in:
parent
7d4e68622b
commit
3b7d2fee2b
1 changed files with 1 additions and 1 deletions
|
@ -1353,7 +1353,7 @@ __check_dpkg_architecture() {
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ "${warn_msg}" != "" ]; then
|
||||
if [ "${warn_msg:-}" != "" ]; then
|
||||
# AArch64: Do not fail at this point, but warn the user about experimental support
|
||||
# See https://github.com/saltstack/salt-bootstrap/issues/1240
|
||||
echowarn "${warn_msg}"
|
||||
|
|
Loading…
Add table
Reference in a new issue