Compare commits
No commits in common. "00a11da088c527a07faca10e984c48ffe8269f60" and "fae3e87ea24b78468fda24ecce10dc84e17719de" have entirely different histories.
00a11da088
...
fae3e87ea2
@ -376,9 +376,6 @@ if [ -f "$imagepath" ]; then
|
|||||||
betterlockscreen -u "$imagepath" &
|
betterlockscreen -u "$imagepath" &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
jobs
|
|
||||||
jobs -p
|
|
||||||
|
|
||||||
# reload systemd user scripts
|
# reload systemd user scripts
|
||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
|
|
||||||
@ -545,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)
|
wait < <(jobs -p); echo "Finished"
|
||||||
|
|
||||||
# exit successfully
|
# exit successfully
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user