Scripts not appearing in Task Manager

New install of 4.5 on Debian 12. Cron jobs defined, Task Manager installed, scripts have the right executable set and are sitting in /var/lib/vitalpbx/scripts/. But nothing shows up in the script pull-down in Task Manager. What am I missing?

Update: never mind. Just a permissions issue. Fixed. A lesson against attempting 2am troubleshooting.

2 Likes

sudo chown www-data:www-data /var/lib/vitalpbx/scripts

drwxrwxr-x+ 2 www-data www-data 4096 Jan 20 10:20 scripts

1 Like