> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Mircea Mihai Carasel > Sent: Tuesday, December 22, 2009 1:27 PM > To: [email protected] > Subject: Re: [sipX-dev] sipxkeystoregen returns exit 1 > > On Tue, Dec 22, 2009 at 3:06 PM, Raymond Dans > <[email protected]> wrote: > > Mircea wrote: > Yes. I tested also from command line, the script seemed to > work fine, but when I added: Echo "return" at the end of the > script, this message wasn't displayed.
The script calls "exec", which never returns - that explains why your echo line did not print. After you run at the command line, what does "echo $?" show? Carolyn _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
