Skip to content

Commit

Permalink
Fix swag mod cp command
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Feb 18, 2024
1 parent 7a144b8 commit 4103bfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-mods/swag/root/etc/cont-init.d/98-themepark
Original file line number Diff line number Diff line change
Expand Up @@ -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 |'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |'
Expand Down

0 comments on commit 4103bfe

Please sign in to comment.