Fixed assets dir being copied to the wrong place

This commit is contained in:
Thomas Oltmann 2025-10-09 16:25:05 +02:00
parent 2c2e220974
commit 8fad279dd0

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
mkdir -p www mkdir -p www
cp -rf src/assets www/assets cp -rf src/assets www/
cp -f src/*.html www/ cp -f src/*.html www/