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 5738bca5..5e69ebf4 100644 --- a/docker-mods/swag/root/etc/cont-init.d/98-themepark +++ b/docker-mods/swag/root/etc/cont-init.d/98-themepark @@ -44,10 +44,10 @@ if [[ $SHA != $SHA_RELEASE ]]; then echo "-----------------------------------------------------" echo "| Copying files to /config/www/themepark |" echo "-----------------------------------------------------" - cp -a /tmp/themepark/css /config/www/themepark/css - cp -a /tmp/themepark/resources /config/www/themepark/resources - cp -a /tmp/themepark/themes.json /config/www/themepark - cp -a /tmp/themepark/index.html /config/www/themepark + cp -a /tmp/themepark/css /config/www/themepark/ + cp -a /tmp/themepark/resources /config/www/themepark/ + cp -a /tmp/themepark/themes.json /config/www/themepark/ + cp -a /tmp/themepark/index.html /config/www/themepark/ rm -rf /tmp/themepark echo "-----------------------------------------------------" echo '| Clone and copy finished |' diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run index 5738bca5..5e69ebf4 100755 --- a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run +++ b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run @@ -44,10 +44,10 @@ if [[ $SHA != $SHA_RELEASE ]]; then echo "-----------------------------------------------------" echo "| Copying files to /config/www/themepark |" echo "-----------------------------------------------------" - cp -a /tmp/themepark/css /config/www/themepark/css - cp -a /tmp/themepark/resources /config/www/themepark/resources - cp -a /tmp/themepark/themes.json /config/www/themepark - cp -a /tmp/themepark/index.html /config/www/themepark + cp -a /tmp/themepark/css /config/www/themepark/ + cp -a /tmp/themepark/resources /config/www/themepark/ + cp -a /tmp/themepark/themes.json /config/www/themepark/ + cp -a /tmp/themepark/index.html /config/www/themepark/ rm -rf /tmp/themepark echo "-----------------------------------------------------" echo '| Clone and copy finished |'