From 2290f33eb0f4f84f4351f624655aac53703ed684 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 13 Oct 2015 07:47:33 -0400 Subject: [PATCH] we use sudo, no need to halt on non-root users Signed-off-by: Alfredo Deza --- ceph-build/build/build_deb | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.39.5