Merge "Fixed typo causing bug in openstack-hosts-setup"
This commit is contained in:
commit
9857714451
@ -36,7 +36,7 @@
|
||||
exit $result;
|
||||
;;
|
||||
ubuntu)
|
||||
dpkg-query -s python $> /dev/null
|
||||
dpkg-query -s python &> /dev/null
|
||||
result=$?
|
||||
|
||||
if [ $result -eq 1 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user