diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/share/vdr/rcscript/pre-start-30-parameter.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/share/vdr/rcscript/pre-start-30-parameter.sh b/usr/share/vdr/rcscript/pre-start-30-parameter.sh index 1460c31..9812f48 100644 --- a/usr/share/vdr/rcscript/pre-start-30-parameter.sh +++ b/usr/share/vdr/rcscript/pre-start-30-parameter.sh @@ -5,7 +5,7 @@ addon_main() { # parameters of start-stop-daemon [ -n "${VDR_NICENESS}" ] && add_daemonctrl_param --nicelevel "${VDR_NICENESS}" - [ -n "${VDR_IONICE}" ] && add_daemonctrl_param --ionice "${VDR_OINICE}" + [ -n "${VDR_IONICE}" ] && add_daemonctrl_param --ionice "${VDR_IONICE}" if [ "${VDRVERSNUM}" -ge "20110" ]; then # Set command line option |