Closed jrudess closed 5 years ago
Looks like some distros of linux have an old version of /usr/bin/env which does not support the -S argument. To run streamdvr now, modify the first line of streamdvr to be:
streamdvr
#!/usr/bin/env node
Looks like the -S argument is a pretty new feature (Jun 20th) https://github.com/coreutils/coreutils/commits/master/src/env.c
Looks like some distros of linux have an old version of /usr/bin/env which does not support the -S argument. To run streamdvr now, modify the first line of
streamdvr
to be:#!/usr/bin/env node