-
Notifications
You must be signed in to change notification settings - Fork 499
Open
Labels
Description
Hi,
I am afraid that the symlink to the asset is currently being created incorrectly in the install script.
The asset location has changed with Redmine 6. From /home/redmine/redmine/public/plugin_assets to /home/redmine/redmine/public/assets.
docker-redmine/assets/build/install.sh
Line 115 in fcd723e
| # create link public/plugin_assets directory |
Resulting in:
root@0b598b3c0130:/home/redmine/redmine/public# ls -la
total 36
drwxr-xr-x 1 redmine redmine 4096 May 15 17:16 .
drwxr-xr-x 1 redmine redmine 4096 May 15 17:16 ..
-rw-r--r-- 1 redmine redmine 444 Apr 20 07:25 404.html
-rw-r--r-- 1 redmine redmine 633 Apr 20 07:25 500.html
drwxr-xr-x 10 root root 12288 May 15 17:16 assets
drwxr-xr-x 52 redmine redmine 4096 Apr 20 07:25 help
lrwxrwxrwx 1 redmine redmine 36 Apr 22 20:26 plugin_assets -> /home/redmine/data/tmp/plugin_assets
Cheers,
Andreas