It is my understanding that startup programs are run in alphabetical order.
I wanted to test that and wrote some scripts and put them in the Startup Programs.
Yet, Z_Last_Startup.sh runs first?
Why is that?
Time when /home/andy/bin/Z_Last_Startup.sh ran is:
10:18:11 am 08/31/22
Time when /home/andy/bin/0_Play_Relax_Music.sh ran is:
10:18:19 am 08/31/22
Z_Last_Startup.sh
Startup_LogFile="/home/andy/Downloads/Startup_Programs.txt"
Name of script that this is
echo Time when $0 >> $Startup_LogFile ran is:
date +"%I:%M:%S %P %D" >> $Startup_LogFile