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:57:48 -0500 |
commit | 7092d5d0f8467dc5736de1ef393740e822276718 (patch) | |
tree | 69ac39a24c6f0aae3e699142ca2fe2bb5def82a0 | |
parent | 75830a5018d98c55dd7157507cc18fc3c2aa774d (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}" |