I have a script when running gives you menu option with an option to set a persona.
The script should set the persona and return to the menu to enable the user to run tasks under the persona. However when the option is taken the command line is returned (not the menu) When i type exit the next stage of the script is started but the persona is no longer set !
Heres what i have:
echo Setting environment Please Wait
fraudoffice setcs +Telewest1_6
echo ""
echo "\n Press <ENTER> to continue";echo;echo
read prompt
$FMS_HOME/FMS_STOP_PROCESS_MENU.sh
The script should set the persona and return to the menu to enable the user to run tasks under the persona. However when the option is taken the command line is returned (not the menu) When i type exit the next stage of the script is started but the persona is no longer set !
Heres what i have:
echo Setting environment Please Wait
fraudoffice setcs +Telewest1_6
echo ""
echo "\n Press <ENTER> to continue";echo;echo
read prompt
$FMS_HOME/FMS_STOP_PROCESS_MENU.sh