Revert to previous version
This commit is contained in:
parent
fae3e87ea2
commit
81ba053624
@ -542,7 +542,7 @@ fi
|
|||||||
exec "$(getent passwd $LOGNAME | cut -d: -f7)"
|
exec "$(getent passwd $LOGNAME | cut -d: -f7)"
|
||||||
|
|
||||||
# wait for all background jobs to finish
|
# wait for all background jobs to finish
|
||||||
wait < <(jobs -p); echo "Finished"
|
wait $(jobs -p)
|
||||||
|
|
||||||
# exit successfully
|
# exit successfully
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user