mirror of
https://gitlab.com/jarylc/docker-duoauthproxy.git
synced 2026-02-04 14:26:45 +00:00
6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/ash
|
|
set -e
|
|
export LD_PRELOAD=libgcompat.so.0
|
|
su-exec 0:0 /app/bin/authproxy_connectivity_tool
|
|
su-exec 0:0 /app/bin/authproxy
|