diff options
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh index 83edac47..9536238a 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -20,6 +20,7 @@ rm $WORKSPACE -rf mkdir -p $WORKSPACE cleanup_all() { + ls -lR $WORKSPACE echo "$(date -u) - cleanup in progress..." killall VBoxHeadless || true sleep 10 |