Release Automation 5c1bd65ba4
Fix shellcheck lint errors:
$ shellcheck init.bash

In init.bash line 3:
cd $(dirname $0)
   ^-----------^ SC2046: Quote this to prevent word splitting.
             ^-- SC2086: Double quote to prevent globbing and word splitting.

Did you mean:
cd $(dirname "$0")

For more information:
  https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt...
  https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
2022-02-13 11:31:38 -08:00
..
2022-02-13 11:31:38 -08:00
2022-01-02 20:08:04 +01:00

Examples

This directory contains examples on how to run headscale on different platforms.

All examples are provided by the community and they are not verified by the headscale authors.