Files
traefik-api/traefik-repo/traefik/init.sh
2021-10-03 14:45:56 +03:00

7 lines
98 B
Bash
Executable File

#!/bin/bash
[ ! -f .env ] && cp .env.example .env
touch data/acme.json
chmod 600 data/acme.json