5 lines
121 B
Bash
5 lines
121 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
python3 /usr/local/bin/callback-provider.py --nginx-output /etc/nginx/includes/callback-provider.conf
|