add centos to supported distros
Signed-off-by: Aaron Welch <welch@packet.net> Upstream-commit: a6b8f2e3fe4bdc0db8b526bff8b91bb1bd3a7bde Component: engine
This commit is contained in:
@ -81,7 +81,7 @@ fi
|
||||
|
||||
lsb_dist="$(echo "$lsb_dist" | tr '[:upper:]' '[:lower:]')"
|
||||
case "$lsb_dist" in
|
||||
amzn|fedora)
|
||||
amzn|fedora|centos)
|
||||
if [ "$lsb_dist" = 'amzn' ]; then
|
||||
(
|
||||
set -x
|
||||
|
||||
Reference in New Issue
Block a user