Skip to content

Force symlink in llng and wp images to allow restarting containers

Hadrien Pelissier requested to merge ketsapiwiq/fusioniam:force-symlink into master

Because of ln -s /dev/stdout /var/log/*.log in run-ct.sh, when you restart a container, you'll have fusioniam-access-manager-nginx | ln: failed to create symbolic link '/var/log/nginx/access.log': File exists, I added the force option to avoid this and it works without any apparent side effect.

Merge request reports