Solved Bash script fails after migration to snap version (Ubuntu 18.04)
John Bingham
john at ukmail.org
Thu Jul 16 05:51:53 EDT 2020
Don't know whether anyone else has had this problem.
It's maybe rather primitive, but for many years, I've used a Bash
script, run nightly by cron, with a list of the programmes I want to
download.
Following the recent change from a PPA to Snap, it stopped working.
Eventually, I got around to investigate and found that it couldn't find
the get_iplayer executable.
The solution was to add a line to the script:
PATH="/snap/bin"
More information about the get_iplayer
mailing list