Postproc script: No such file or directory
Posted: January 19th, 2009, 4:16 pm
I'm trying to use the postproc script (just the first part in the code window below)
but the log only shows a single error message
I'v tried to run it from the commandline as root, and it works. The daemon is also running as root (i know .. i know) so it should work.
Does anybody have any suggestions where to look for this?
Code: Select all
#! /bin/bash
#
# File Extension processing script for SABNZBD+
#
VERSION=20080429
# Turn off case sensitivity for AWK
IGNORECASE=1
# For 0.4.0x compliance, set the RUNPATH to the folder where you want to store the postproc.conf file.
# As 0.4.x now uses a script folder, we dont want to clutter this folder up with the config and net listing files.
# For 0.3.x
#RUNPATH="`dirname "$0"`"
# For 0.4.x
RUNPATH=/root/.sabnzbd/postproc
if [ ! -f "$RUNPATH/postproc.conf" ]
then
Code: Select all
nice: /root/.sabnzbd/postproc/postproc.sh: No such file or directory
Does anybody have any suggestions where to look for this?