mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-12-19 12:44:21 -05:00
7e1db9c562
Signed-off-by: Eric Nemchik <eric@nemchik.com>
13 lines
340 B
Plaintext
Executable File
13 lines
340 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
# make our folders and links
|
|
mkdir -p \
|
|
/config/{fail2ban,dns-conf} \
|
|
/config/etc/letsencrypt/renewal-hooks \
|
|
/config/log/{fail2ban,letsencrypt,nginx} \
|
|
/config/nginx/proxy-confs \
|
|
/run/fail2ban
|
|
rm -rf /etc/letsencrypt
|
|
ln -s /config/etc/letsencrypt /etc/letsencrypt
|