diff --git a/docker-mods/swag/root/etc/cont-init.d/98-themepark b/docker-mods/swag/root/etc/cont-init.d/98-themepark index f9a3e3df..3c838be1 100644 --- a/docker-mods/swag/root/etc/cont-init.d/98-themepark +++ b/docker-mods/swag/root/etc/cont-init.d/98-themepark @@ -60,8 +60,7 @@ if [[ $SHA != $SHA_RELEASE ]]; then fi cat <<< "$SHA_RELEASE" > "/config/www/themepark/sha.txt" -cp /themepark-confs/themepark.subdomain.conf /config/nginx/proxy-confs/themepark.subdomain.conf -cp /themepark-confs/themepark.subfolder.conf /config/nginx/proxy-confs/themepark.subfolder.conf +cp /themepark-confs/* /config/nginx/proxy-confs # permissions chown -R abc:abc \ diff --git a/docker-mods/swag/root/themepark-confs/themepark.subdomain.conf b/docker-mods/swag/root/themepark-confs/themepark.subdomain.conf.sample similarity index 100% rename from docker-mods/swag/root/themepark-confs/themepark.subdomain.conf rename to docker-mods/swag/root/themepark-confs/themepark.subdomain.conf.sample diff --git a/docker-mods/swag/root/themepark-confs/themepark.subfolder.conf b/docker-mods/swag/root/themepark-confs/themepark.subfolder.conf.sample similarity index 100% rename from docker-mods/swag/root/themepark-confs/themepark.subfolder.conf rename to docker-mods/swag/root/themepark-confs/themepark.subfolder.conf.sample