executing startWeblogic.sh and startNodemanager.sh in the same script
0
votes
1
answer
925
views
I need to write a single shell script in which I need to execute both
startWebLogic.sh
and startNodeManager.sh
. startWebLogic.sh
is getting executed but startnodeMananger.sh
is not when put into the same script. This is my script:
#!/bin/bash
cd /u01/middleware/user_projects/domains/base_domain/bin
startWebLogic.sh
startNodeManager.sh
What change should I bring in my script?
Asked by Surbhi Lal
(13 rep)
Mar 6, 2017, 02:53 PM
Last activity: Mar 6, 2017, 04:15 PM
Last activity: Mar 6, 2017, 04:15 PM