iscsi/iscsiroot: remove redirection on rdnetdebug
iscsiroot is now executed in the initqueuemaster
parent
de439e24d7
commit
a0e44f97bd
|
@ -10,12 +10,6 @@
|
|||
|
||||
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?
|
||||
[ -z "$1" ] && exit 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue