mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-24 13:19:36 -04:00
fix typos and formatting
This commit is contained in:
parent
2ea807dd02
commit
fcd004dfdc
1 changed files with 8 additions and 8 deletions
|
@ -259,7 +259,7 @@ if [ "$ONLY_SUBDOMAINS" = "true" ] && [ ! "$SUBDOMAINS" = "wildcard" ] ; then
|
||||||
DOMAIN="$(echo "$SUBDOMAINS" | tr ',' ' ' | awk '{print $1}').${URL}"
|
DOMAIN="$(echo "$SUBDOMAINS" | tr ',' ' ' | awk '{print $1}').${URL}"
|
||||||
ln -s ../etc/letsencrypt/live/"$DOMAIN" /config/keys/letsencrypt
|
ln -s ../etc/letsencrypt/live/"$DOMAIN" /config/keys/letsencrypt
|
||||||
else
|
else
|
||||||
../etc/letsencrypt/live/"$URL" /config/keys/letsencrypt
|
ln -s ../etc/letsencrypt/live/"$URL" /config/keys/letsencrypt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# checking for changes in cert variables, revoking certs if necessary
|
# checking for changes in cert variables, revoking certs if necessary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue