Latest
This commit is contained in:
parent
311baac33f
commit
ebd5442608
2 changed files with 5 additions and 0 deletions
|
@ -238,7 +238,12 @@ fi
|
|||
### Set up CloudFlare tunnels
|
||||
echo 'Registration token debug:'
|
||||
echo -n '{{ includeTemplate (print "cloudflared/" .host.hostname) | decrypt }}'
|
||||
echo "ZZZZZZZZZZZZ"
|
||||
echo -n '{{ $registrationToken }}'
|
||||
echo "OOOOOOOOOOOOO"
|
||||
echo '{{ $registrationToken }}'
|
||||
echo '555555'
|
||||
echo '{{( stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "cloudflared" .host.hostname)) }}
|
||||
if command -v cloudflared > /dev/null && [ -d "$HOME/.local/etc/cloudflared" ]; then
|
||||
# Show warning message about ~/.cloudflared already existing
|
||||
if [ -d "$HOME/.cloudflared" ]; then
|
||||
|
|
Loading…
Reference in a new issue