From 4103bfe8d88cd0dfab9998772fb3f29e7b3c427f Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:46:31 +0100 Subject: [PATCH] Fix swag mod cp command --- docker-mods/swag/root/etc/cont-init.d/98-themepark | 8 ++++---- .../root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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 |'