make cleanup not verbose

This commit is contained in:
hippoz 2020-12-01 18:40:14 +02:00
parent 6a391efcd3
commit 2d95b6cdcb

4
aps.sh Normal file → Executable file
View file

@ -102,8 +102,8 @@ install_extracted_package() {
extract_cleanup() {
echo "[*] Cleaning up after target ${AL_PKG_NAME}..."
rm -rv "${AL_PKG_PACKAGE_PATH}"
rm -v "${AL_TEMP_LOCATION}/${AL_PKG_NAME}-payloadfiles"
rm -r "${AL_PKG_PACKAGE_PATH}"
rm "${AL_TEMP_LOCATION}/${AL_PKG_NAME}-payloadfiles"
unset AL_PKG_PACKAGE_PATH
unset AL_PKG_NAME