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.
2 parents 058bd56 + c00dfb6 commit 9ee60f1Copy full SHA for 9ee60f1
package/manage.sh
@@ -29,7 +29,7 @@ fi
29
if [ "$OS_VERSION" = '1' ]; then
30
# shellcheck source=package/unios_1.x.sh
31
. "$PACKAGE_ROOT/unios_1.x.sh"
32
-elif [ "$OS_VERSION" = '2' ] || [ "$OS_VERSION" = '3' ]; then
+elif [ "$OS_VERSION" = '2' ] || [ "$OS_VERSION" = '3' ] || [ "$OS_VERSION" = '4' ]; then
33
# shellcheck source=package/unios_2.x.sh
34
. "$PACKAGE_ROOT/unios_2.x.sh"
35
else
@@ -66,7 +66,7 @@ tailscale_stop() {
66
67
tailscale_install() {
68
_tailscale_install "$1"
69
-
+
70
echo "Installation complete, run '$0 start' to start Tailscale"
71
}
72
0 commit comments