You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to test the config provider scripts from any directories when connect to a container it would be helpful to change script "/home/tibco/be/configproviders/run.sh" and use the full path to start the run.sh script for the config provider instead of a relative path. The full path has been set already for the output files.
To be able to test the config provider scripts from any directories when connect to a container it would be helpful to change script "/home/tibco/be/configproviders/run.sh" and use the full path to start the run.sh script for the config provider instead of a relative path. The full path has been set already for the output files.
./docker/configproviders/configproviders/run.sh
From:
./configproviders/${CP}/run.sh
To:
/home/tibco/be/configproviders/${CP}/run.sh
The text was updated successfully, but these errors were encountered: