From: Alfredo Deza Date: Tue, 13 Oct 2015 11:47:33 +0000 (-0400) Subject: we use sudo, no need to halt on non-root users X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2290f33eb0f4f84f4351f624655aac53703ed684;p=ceph-build.git we use sudo, no need to halt on non-root users Signed-off-by: Alfredo Deza --- diff --git a/ceph-build/build/build_deb b/ceph-build/build/build_deb index e5dc63d1..4490765e 100644 --- a/ceph-build/build/build_deb +++ b/ceph-build/build/build_deb @@ -99,9 +99,6 @@ cephver=$vers start_time=`date` echo version $cephver -whoami=`whoami` -[ "$whoami" != "root" ] && echo "must run as root not $whoami" && usage && exit 1 - # This used to live in a *file* on /src/ceph-build. Now it lives here because # it doesn't make sense to have a file that lives in /srv/ that we then # concatenate to get its contents.