Terry replied to the topic 'Scripts' in the forum. 3 years ago

Hi Jasem,
thanks for you reply. Curl works. I seem to have some strange problem. I've written the simplest of scripts to test my setup...... when I run the script from the command-line, the mount initiates, and starts running. I can then run ekos / kstars, the driver connecting on its own. I can also run the scheduler if the script is run from command-line. If I run the script from within the scheduler, it doesn't run. I have run the chmod +x to make it executable.....
This is the script:

#! /bin/bash

echo "starting scope"
curl 192.168.0.11:80/START
echo "scope initialised"
I'm running Fedora 33 astro
cheers
Terry

Read More...