make cleanup not verbose
This commit is contained in:
parent
6a391efcd3
commit
2d95b6cdcb
1 changed files with 2 additions and 2 deletions
4
aps.sh
Normal file → Executable file
4
aps.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue