mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 06:35:56 +00:00
fix: unbound variable bug
This commit is contained in:
committed by
Push From Github
parent
de8994f60f
commit
1af97d01fe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user