Running a script as a LaunchAgent in Ventura 13.01
I am trying to sync my documents to my local git server (an old Mac mini).
The script is located as a symbolic link in /usr/local/bin .
Using the script stand alone is working just fine, but I want it to run at startup and at 2 o'clock in the morning.
The plist file is Ok, according to Xcode.
But the script does not run at startup or in the early morning.
(In older versions of OS X this functioned well)
MacBook Pro