Removed no longer needed local pivpn_install script since they fixed the infinite looping issue

This commit is contained in:
hamilcarBarca17
2023-02-17 13:19:32 -07:00
parent c7b188526c
commit bdf1c71913
4 changed files with 12 additions and 3712 deletions
+2
View File
@@ -53,6 +53,7 @@ while :; do
if [[ -z $PIA_USER ]]; then
# echo
# read -r -p "PIA username (p#######): " PIA_USER
# TODO: Extract creds from lastpass
PIA_USER=$(cat /etc/openvpn/auth.txt | head -1)
fi
@@ -82,6 +83,7 @@ while :; do
# echo -n "PIA password: "
# read -r -s PIA_PASS
# echo
# TODO: Extract creds from lastpass
PIA_PASS=$(cat /etc/openvpn/auth.txt | tail -1)
fi