]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
fix lack of SUDO in ceph-deploy setup script 104/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 20 Jul 2015 18:31:54 +0000 (14:31 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 20 Jul 2015 18:31:54 +0000 (14:31 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy/build/setup

index 64b834f8db0c1579d1f08a7a4ce307c7c198a416..40da36adfbe2bcea14c1aa2a4928f222d0d59345 100644 (file)
@@ -14,5 +14,5 @@ set -e
 rpm_deps="python-devel python-virtualenv python-mock python-tox pytest"
 
 if test -f /etc/redhat-release ; then
-    $SUDO yum install -y "$rpm_deps"
+    sudo yum install -y "$rpm_deps"
 fi