Fixed a problem where script couldn't get evolution pid

This commit is contained in:
Andrew S. Rightenburg 2023-06-08 13:33:23 -04:00
parent 1957a385d9
commit f87cd14870
Signed by: rail5
GPG Key ID: A0CB570AB6629159
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export evolutionpid=$(pidof evolution)
if [[ "$evolutionpid" == "" ]]; then
evolution & disown
export evolutionpid=$(pidof evolution)
sleep 10 && export evolutionpid=$(pidof evolution)
fi
# Get X Window ID