From 7092d5d0f8467dc5736de1ef393740e822276718 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(-) (limited to 'packageinstall.sh') 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