diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-05 20:57:48 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-05 20:58:30 -0500 |
commit | b6925ebf059d6440d2c5dd37736cbc20e5639e41 (patch) | |
tree | 69ac39a24c6f0aae3e699142ca2fe2bb5def82a0 | |
parent | aa90c0c5dd8236025f1b778391bac60779aa0614 (diff) |
Remove lines for testing.
-rw-r--r-- | packageinstall.sh | 3 |
1 files changed, 0 insertions, 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}" |