suppress stderr in start-switches script
This commit is contained in:
@@ -31,7 +31,7 @@ do
|
|||||||
cecho " * Great, umlswitch$n is already running!"
|
cecho " * Great, umlswitch$n is already running!"
|
||||||
else
|
else
|
||||||
cecho-n " * Starting umlswitch$n.."
|
cecho-n " * Starting umlswitch$n.."
|
||||||
uml_switch -tap tap$n -unix /tmp/umlswitch$n >/dev/null </dev/null &
|
uml_switch -tap tap$n -unix /tmp/umlswitch$n >/dev/null 2>&1 </dev/null &
|
||||||
sleep 2
|
sleep 2
|
||||||
eval ifconfig "tap$n \$IFCONFIG_$n up"
|
eval ifconfig "tap$n \$IFCONFIG_$n up"
|
||||||
cecho "\033[1;32mdone"
|
cecho "\033[1;32mdone"
|
||||||
|
|||||||
Reference in New Issue
Block a user