fix themes copy
This commit is contained in:
parent
10229d5490
commit
00dd88b517
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ fi
|
||||||
|
|
||||||
# Update Docker structure
|
# Update Docker structure
|
||||||
echo >&2 "Updating Dotclear common themes..."
|
echo >&2 "Updating Dotclear common themes..."
|
||||||
cp -Ru /var/www/dotclear/app/themes /var/www/dotclear/themes
|
cp -Ru /var/www/dotclear/app/themes/* /var/www/dotclear/themes
|
||||||
|
|
||||||
# DEBUG mode for non stable releases
|
# DEBUG mode for non stable releases
|
||||||
if [ "$CNL_DOTCLEAR" == "stable" ]; then
|
if [ "$CNL_DOTCLEAR" == "stable" ]; then
|
||||||
|
|
Loading…
Reference in a new issue