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