From b6925ebf059d6440d2c5dd37736cbc20e5639e41 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 5 Apr 2021 20:57:48 -0500 Subject: Remove lines for testing. --- packageinstall.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/packageinstall.sh b/packageinstall.sh index 88876ac..c9689a6 100644 --- a/packageinstall.sh +++ b/packageinstall.sh @@ -18,9 +18,6 @@ else CACHEFILE="$(basename "${URL}")" DIRNAME="$(tar -tf "${CACHEFILE}" | sed -e 's@/.*@@' | uniq)" - echo $NAME - exit 1 - # Remove existing if exists rm -rf "${DIRNAME}" -- cgit v1.2.3-54-g00ecf