iscsi/iscsiroot: remove redirection on rdnetdebug

iscsiroot is now executed in the initqueue
master
Harald Hoyer 2009-10-01 15:21:32 +02:00
parent de439e24d7
commit a0e44f97bd
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@


PATH=$PATH:/sbin:/usr/sbin PATH=$PATH:/sbin:/usr/sbin


if getarg rdnetdebug; then
exec > /tmp/iscsiroot.$1.$$.out
exec 2>> /tmp/iscsiroot.$1.$$.out
set -x
fi

# Huh? Empty $1? # Huh? Empty $1?
[ -z "$1" ] && exit 1 [ -z "$1" ] && exit 1