We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f246cae commit 27e3b04Copy full SHA for 27e3b04
1 file changed
root/etc/s6-overlay/s6-rc.d/init-piwigo-config/run
@@ -47,8 +47,8 @@ done
47
48
# Update standard pages & default theme
49
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/
+ cp -R /app/www/public/themes/standard_pages/ /config/www/themes/
+ cp -R /app/www/public/themes/default/ /config/www/themes/
52
fi
53
54
symlinks=(
0 commit comments