Update deploy-vpr.sh

This commit is contained in:
Michael
2024-05-29 13:43:06 +01:00
committed by GitHub
parent 99fc0fdc0b
commit 55c61e4fc8

View File

@@ -39,7 +39,7 @@ else
echo Please enter Tailscale AUTH key":"
echo For more info visit "https://tailscale.com/kb/1085/auth-keys/"":"
read TSAUTHKEY
tailscale up --authkey $TSAUTHKEY --advertise-exit-node --hostname "secure-vpr"
tailscale up --authkey "$TSAUTHKEY" --advertise-exit-node --hostname "secure-vpr"
mkdir -p "/opt/PurpleComputing/"
mkdir -p "/opt/PurpleComputing/Tailscale"
echo "Tailscale deployed successfully!"