Hello all,
Thought I would post my experience here since my search-fu didn't come up with an answer, and someone else may have the same issue.
I wanted to create a simple script to reboot my server once a week. My script worked when manually executed (RUN SCRIPT). However I was unable to make any schedule stick. I noticed that when hovering over the cog for pre-installed docker restart $(docker ps -q) no options appeared. The contents /boot/config/plugins/user.scripts/scripts contained the directory:
docker\ restart\ $docker\ ps\ -q/
I renamed this directory to docker_restart and refreshed the User Scripts page and now hovering over cog displays options and I can apply a schedule to my new script.
Cheers