From 71842e7d2bdae202097530c61a34348ef8bc5a7b Mon Sep 17 00:00:00 2001 From: Dmitriy Nikiforov Date: Wed, 30 Aug 2017 19:21:08 +0300 Subject: [PATCH] Remove redundant 'sdb root on' invocation Change-Id: I162967ff50b235ffae9ba619abdc792ffbddc711 --- infra/commands/publish.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/commands/publish.sh b/infra/commands/publish.sh index 1feb43f..01dae05 100755 --- a/infra/commands/publish.sh +++ b/infra/commands/publish.sh @@ -105,7 +105,6 @@ printf "\nPushing debug rpm packages to device...\n" tmp_rpm_dir="/tmp/rpms" -${SDB_CMD} root on >/dev/null sdb_shell mkdir -p "${tmp_rpm_dir}" debug_rpms=($(find "${TARGET_DIR}/${ARCH}/rpm" -name "*-debug*-*.rpm")) for debug_rpm in "${debug_rpms[@]}"; do -- 2.7.4