openim::log::print_blue "Starting tools: Please wait as we initiate the necessary tools required for the operation. This process may take a few moments depending on the number and the complexity of the tools being started. You will be notified upon successful completion of each tool startup, or informed of any issues should they arise. Thank you for your patience."
result=$(start_tools)
result=$(start_tools)
ret_val=$?
ret_val=$?
@ -25,7 +25,7 @@ echo "$result"
openim::log::print_green "All tools executed successfully"
openim::log::print_green "All tools executed successfully"
openim::log::print_blue "Starting services"
openim::log::print_blue "Starting services. Please wait as we initiate the necessary system services. This process may take a few moments"