diff --git a/install/twingate-connector-install.sh b/install/twingate-connector-install.sh index 9f114c70..a3d95be0 100644 --- a/install/twingate-connector-install.sh +++ b/install/twingate-connector-install.sh @@ -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