Skip to main content
Version: 2.2.2

Applying custom startup script

This procedure is meant for when a custom script needs to be applied at application startup.

  1. Make sure SoftExpert Suite is stopped. Run the script below and select [6] Stop SE Suite.
sudo bash /sesuite/sesuite.sh
  1. After the first step, select [8] Exit.

  2. Create the custom script folder using the command below.

mkdir -p /sesuite/customization/tools/custom-file-extractor
  1. After creating the directory, create the script with the desired content.
vi /sesuite/customization/tools/custom-file-extractor/custom_startup.sh

Example:

  1. After creating the script, start SoftExpert Suite using option [5] Start SE Suite.
sudo bash /sesuite/sesuite.sh
  1. You can check the execution of your script in the logs, as shown in the example.