#!/bin/bash echo "Starting Protheus Wizard" cd ${INSTALL_PATH}/protheus/bin/smartclient/ ./smartclient -M -P=APWEBWIZARD -E=ENVIRONMENT -C=TCP >> ${INSTALL_PATH}/uninstaller/install.log 2>> ${INSTALL_PATH}/uninstaller/install_err.log exit 0