#371535 - 15/01/201920:28Re: Bash script help - Exiting from within a function that returns data?
[Re: andy]
tfabris carpal tunnel
Registered: 20/12/1999
Posts: 31619
Loc: Seattle, WA
Originally Posted By: andy
Learn python...
A valid thing to try.
The place I need this script to run is inside a "user-defined script" inside the Task Scheduler of a Synology NAS. Those default to Bash scripts, but maybe I can get Python to work there too.
For now though I'll do my existing work-around which is to do all the killing in the one function.