|
From: Bart V. A. <bva...@ac...> - 2011-07-20 19:04:55
|
On Wed, Jul 20, 2011 at 8:57 PM, Mark Buechler <mar...@gm...>wrote: > On Wed, Jul 20, 2011 at 2:46 PM, Matteo Tescione <ma...@rm...> wrote: > >> + echo y >> + scstadmin -clear_config -force >> > > Thinking this should have a -noprompt in it?? Is this the init script found > in scstadmin/init.d/? > Hello Mark, What's not visible in the above output is that the "echo y" is piped into the "scstadmin -clear_config -force" command, so that construct is equivalent to the -noprompt option. As you can see in the SVN history, the SCST init script has been modified recently such that "echo y | scstadmin ..." got converted into "scstadmin -noprompt ...". Bart. |