Closed littlejeem closed 4 years ago
on run the script generates an issue with the wait time line.
./services_checker.sh: line 41: wait: `1m': not a pid or valid job spec
relates to this line (41)
wait 1m
believe this is because syntax is wrong
needed sleep not wait
sleep
wait
on run the script generates an issue with the wait time line.
relates to this line (41)
believe this is because syntax is wrong