script cutting off [message #634134] |
Wed, 04 March 2015 14:04 |
kilimanjaro
Messages: 151 Registered: May 2009 Location: Tanzania
|
Senior Member |
|
|
Hello Buddies
When running setup scripts,@myscripts......, it reaches a point when the script cuts off from installing without finishing. Is there a specific setting of which the whole script can be executed without cutting off at a certain point ?.
Thank you.
|
|
|
|
|
Re: script cutting off [message #635942 is a reply to message #634134] |
Mon, 13 April 2015 09:25 |
|
LKBrwn_DBA
Messages: 487 Registered: July 2003 Location: WPB, FL
|
Senior Member |
|
|
If you are sequentially executing a set of scripts, make sure the intermediate scripts DO NOT end with "EXIT" command, otherwise the execution will end at that point.
PS: set echo on and spool the results from the execution to make sure there are no errors which also would end the process.
[Updated on: Mon, 13 April 2015 09:28] Report message to a moderator
|
|
|