Browse Source

++ umask

wip
Nico Schottelius 3 years ago
parent
commit
5dae663343
  1. 3
      lektor/content/images/contents.lr

3
lektor/content/images/contents.lr

@ -44,6 +44,9 @@ be accessed on **http://metadata/ssh-keys**. A Unix alike OS could use
this information similar to the following code snippet:
```
# Thanks to @LeahNeukirchen
umask 077
tmp=$(mktemp)
curl http://metadata/ssh-keys > "${tmp}"

Loading…
Cancel
Save