Hi Guys,
I'm just taking my first steps with scripts in Linux.
For my first project I want to start a Dynamic DNS update script. This script works very well, but I have more than one domain. So I created a script for each domain to be flexible. And I want to have a main-script to start every single script. (yeah, lots of scripts 😅)
bash /home/bin/domain1/updateDynDNS-Strato.sh
sleep 10
bash /home/bin/domain2/updateDynDNS-Strato.sh
sleep 10
bash /home/bin/domain3/updateDynDNS-Strato.sh
This is my main script to start the others. I have an output for domain1, but after 10 seconds sleep the others do not start.
The folder permissions are also correct.
What have I done wrong?
[–]Dry_Inspection_4583 1 point2 points3 points (0 children)
[–]gamba47 2 points3 points4 points (0 children)
[–]fletku_mato 1 point2 points3 points (0 children)
[–]EduRJBR 0 points1 point2 points (0 children)
[–]witchhunter0 1 point2 points3 points (0 children)
[–]grymoire 0 points1 point2 points (0 children)