Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:kukuk
prom_metrics2influxdb-image
entrypoint.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File entrypoint.sh of Package prom_metrics2influxdb-image
#!/bin/sh -eu VERBOSE="" DEBUG=${DEBUG:-"0"} if [ "${DEBUG}" = "1" ]; then set -x VERBOSE="-v" fi export PATH=/usr/local/bin:/usr/sbin:/sbin:"${PATH}" # # Main # # if command starts with an option, prepend prom_metrics2influxdb if [ "${1:0:1}" = '-' ]; then set -- prom_metrics2influxdb "$@" fi exec "$@" $VERBOSE
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor