1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-04 11:07:56 +02:00

Fix swag mod cp command

This commit is contained in:
Marius 2024-02-18 19:46:31 +01:00
parent 7a144b88c6
commit 4103bfe8d8
2 changed files with 8 additions and 8 deletions

View File

@ -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 |'

View File

@ -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 |'