Latest
This commit is contained in:
parent
66b91385f9
commit
7ff02011cd
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if command -v cloudflared > /dev/null; then
|
|||
logg info 'Symlinking /usr/local/etc/cloudflared to /etc/cloudflared'
|
||||
sudo ln -s /usr/local/etc/cloudflared /etc/cloudflared
|
||||
else
|
||||
if [ -L /etc/cloudflared ]; then
|
||||
if [ ! -L /etc/cloudflared ]; then
|
||||
logg info '/etc/cloudflared is present (and not symlinked) but files are being modified in /usr/local/etc/cloudflared'
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue