Print newline at script end
This commit is contained in:
parent
2f0d8a80c5
commit
321c6a0cf0
@ -544,5 +544,8 @@ exec "$(getent passwd $LOGNAME | cut -d: -f7)"
|
|||||||
# wait for all background jobs to finish
|
# wait for all background jobs to finish
|
||||||
wait $(jobs -p)
|
wait $(jobs -p)
|
||||||
|
|
||||||
|
# print one final newline
|
||||||
|
echo
|
||||||
|
|
||||||
# exit successfully
|
# exit successfully
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user