8 lines
150 B
Bash
Executable file
8 lines
150 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting jwtproxy'
|
|
|
|
cd /
|
|
/binary_dependencies/jwtproxy --config conf/jwtproxy_conf.yaml --log-level debug
|
|
|
|
echo 'Jwtproxy exited'
|