Skip to content

Commit 27e3b04

Browse files
committed
Copy rather than move
1 parent f246cae commit 27e3b04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • root/etc/s6-overlay/s6-rc.d/init-piwigo-config

root/etc/s6-overlay/s6-rc.d/init-piwigo-config/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ done
4747

4848
# Update standard pages & default theme
4949
if [[ -d /config/www/themes ]]; then
50-
mv -f /app/www/public/themes/standard_pages/ /config/www/themes/
51-
mv -f /app/www/public/themes/default/ /config/www/themes/
50+
cp -R /app/www/public/themes/standard_pages/ /config/www/themes/
51+
cp -R /app/www/public/themes/default/ /config/www/themes/
5252
fi
5353

5454
symlinks=(

0 commit comments

Comments
 (0)