summaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib/commons
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-11-08 17:11:18 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-08 17:11:18 +0000
commit0752b7967768461e769bba56eb601490d63e75c8 (patch)
tree88d3189b5d0a3e660dc1283bba41755a5aee5041 /bootstrap/vagrant-onap/lib/commons
parent540a49a6ff7f4189d25dfd186b9875d691c31380 (diff)
parent4ab71c18e0c7ab0ce299a8708488ab84a97aea82 (diff)
Merge "Add OpenStack support"
Diffstat (limited to 'bootstrap/vagrant-onap/lib/commons')
-rwxr-xr-xbootstrap/vagrant-onap/lib/commons2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/commons b/bootstrap/vagrant-onap/lib/commons
index 1c45413fa..5d0c69108 100755
--- a/bootstrap/vagrant-onap/lib/commons
+++ b/bootstrap/vagrant-onap/lib/commons
@@ -34,7 +34,7 @@ function is_package_installed {
*suse)
;;
ubuntu|debian)
- dpkg -s "$@" > /dev/null 2> /dev/null
+ dpkg -s "$@" > /dev/null
;;
rhel|centos|fedora)
;;