Skip to main content
Added code blocks
Source Link
SWdream
  • 313
  • 2
  • 3

You need set chmod for thatmake your file executable.

chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

or

chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

then, you can run that:

./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py.

You need set chmod for that file.

chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

or

chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

then, you can run that:

./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py.

You need make your file executable.

chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

or

chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

then, you can run that:

./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py.
Added code blocks
Source Link
SWdream
  • 313
  • 2
  • 3

You need to set chmodchmod for that file.

chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

or:

chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

Thenthen, you can run that:

./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py.

You need to set chmod for that file.

chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py

or:

chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

Then, you can run that:

./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py

You need set chmod for that file.

chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

or

chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

then, you can run that:

./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py.
added 24 characters in body
Source Link
cuonglm
  • 158.2k
  • 41
  • 342
  • 420

youYou need to set chmodchmod for that file.
chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py
or
chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py
then

chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py

or:

chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

Then, you can run that:
./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py.

./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py

you need set chmod for that file.
chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py
or
chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py
then, you can run that:
./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py.

You need to set chmod for that file.

chmod +x /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py

or:

chmod 555 /mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py  

Then, you can run that:

./mnt/local/ext001/MEDIA/NZBGet/scripts/videosort/VideoSort.py
Source Link
SWdream
  • 313
  • 2
  • 3
Loading