#!/bin/bash touch /opt/traefik/acme.json && chmod 600 /opt/traefik/acme.json cp .env.sample .env cp tunnel-options.sh.sample tunnel-options.sh echo "Please edit .env file and tunnel-options.sh" exit 0