Update add-tailscale-lxc.sh

tweak
This commit is contained in:
tteckster 2023-12-23 06:44:38 -05:00 committed by GitHub
parent 3964789ca3
commit 6ba8c5e06c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cat <<"EOF"
EOF
}
header_info
set-e
set -e
while true; do
read -p "This will add Tailscale to an existing LXC Container ONLY. Proceed(y/n)?" yn
case $yn in