Skip to content

Commit

Permalink
xenserver: Remove debugging redirect from vif script
Browse files Browse the repository at this point in the history
I redirected some output to a temporary file during debugging, but
forgot to remove it.  Now it's removed.

Thanks to Ben for pointing it out.
  • Loading branch information
Justin Pettit committed Jun 11, 2009
1 parent 2f14f69 commit 0835902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenserver/etc_xensource_scripts_vif
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ add_to_bridge()
--del-match="vlan.$vif.[!0-9]*" \
--del-match="port.$vif.[!0-9]*" \
--add="bridge.$bridge.port=$vif" \
$vid $vif_details -c >/tmp/j
$vid $vif_details -c
$service vswitch reload

${IP} link set "${vif}" up || logger -t scripts-vif "Failed to ip link set ${vif} up"
Expand Down

0 comments on commit 0835902

Please sign in to comment.