Debug running jobs

This commit is contained in:
exu 2023-11-10 13:27:52 +01:00
parent 00a11da088
commit 47dc6ef3d5

View File

@ -544,6 +544,9 @@ fi
# reload user default shell
exec "$(getent passwd $LOGNAME | cut -d: -f7)"
jobs
jobs -p
# wait for all background jobs to finish
wait $(jobs -p)