Fixed trailing slash

This commit is contained in:
Oscar Blue 2022-08-28 20:52:05 +01:00
parent 2395cadaad
commit a4810e8b48

View file

@ -31,7 +31,7 @@ touch "/neko/acme.json"
chmod 600 "/neko/acme.json"
wget -O "/neko/docker-compose.yml" "https://raw.githubusercontent.com/m1k1o/neko-rooms/master/traefik/docker-compose.yml"
sed -i "s/attachable: \"true\"/attachable: true/" /neko/docker-compose.yml
sed -i '/.*acme:.*/a \ caServer: https://acme-staging-v02.api.letsencrypt.org/directory/' /neko/traefik.yml
sed -i '/.*acme:.*/a \ caServer: https://acme-staging-v02.api.letsencrypt.org/directory' /neko/traefik.yml
# Pull neko images
for NEKO_IMAGE in "${NEKO_IMAGES[@]}"; do