fixes: repos in parent dir not cleaned

IOS-2882
Andreas Buff 2021-07-20 12:17:59 +02:00
parent f6592436d0
commit fa9a268787
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
# Exit on errors
set -e
SCRIPT_DIR=$(dirname "$0")
# Get Absolute Paths & Setup
SCRIPT_DIR=$(dirname "$0")
pushd "${SCRIPT_DIR}"
SCRIPT_DIR=$(pwd)
popd
PARENT_DIR="${SCRIPT_DIR}/.."
rm -rf "${PARENT_DIR}/libetpan"
rm -rf "${PARENT_DIR}/pEpEngine"
rm -rf "${PARENT_DIR}/downloadclient"