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