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 79d18d1 commit c6adcb2Copy full SHA for c6adcb2
rootfs/etc/cont-init.d/nginx-proxy-manager.sh
@@ -26,7 +26,8 @@ mkdir -p \
26
/config/letsencrypt-workdir \
27
28
# Create symlinks for logs.
29
-ln -sf log /config/logs
+[ ! -L /config/log/log ] || rm /config/log/log
30
+ln -snf log /config/logs
31
32
# Make sure to remove old letsencrypt config file.
33
[ ! -f $XDG_CONFIG_HOME/letsencrypt/cli.ini ] || mv $XDG_CONFIG_HOME/letsencrypt/cli.ini $XDG_CONFIG_HOME/letsencrypt/cli.ini.removed
0 commit comments