fix: unbound variable bug

This commit is contained in:
Andrew Baumbach 2025-08-06 13:17:45 -04:00 committed by Push From Github
parent de8994f60f
commit 1af97d01fe

View File

@ -15,6 +15,10 @@ update_os
install -d -m 0700 /etc/twingate
access_token=""
refresh_token=""
network=""
while [[ -z "$access_token" ]]; do
read -rp "${TAB3}Please enter your access token: " access_token
done