From 4decd0d07677405deca5a0e143cf53eacc26a572 Mon Sep 17 00:00:00 2001 From: Zac Holland Date: Wed, 20 Dec 2023 09:55:55 -0800 Subject: [PATCH] remove source /etc/os-release --- tailscale.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tailscale.sh b/tailscale.sh index 6069631..1b26937 100644 --- a/tailscale.sh +++ b/tailscale.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash -# make system configuration vars available -source /etc/os-release - # set invocation settings for this script: # -e: Exit immediately if a command exits with a non-zero status. # -u: Treat unset variables as an error when substituting.