Debug ucs_client.sh

We have modified the script so that you can easily debug it!

To enable debug mode, please edit the ucs_client.sh script’s first line:

#!/bin/sh

To look like this:

#!/bin/sh -xv

After you have saved the changes you can simply reroute the debug output with 2> to a file:

./ucs_client.sh 2>file.log

This works in GUI-mode and CMD-mode