Files
Temp_MSSPLASHPage/entrypoint.sh
2025-04-26 06:06:40 +00:00

6 lines
125 B
Bash

#!/bin/sh
# Read in the file of environment settings
. /$HOME/.splunk-otel-dotnet/instrument.sh
# Then run the CMD
exec "$@"