mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-07 07:14:18 +01:00
Fix unset usage
This commit is contained in:
parent
5a67d3b3e7
commit
8e1cf382c3
@ -560,7 +560,7 @@ function installOpenVPN () {
|
||||
echo ""
|
||||
echo "Continuing will update your installed packages and install needed ones."
|
||||
echo ""
|
||||
unset $CONTINUE
|
||||
unset CONTINUE
|
||||
until [[ $CONTINUE =~ (y|n) ]]; do
|
||||
read -rp "Continue? [y/n]: " -e -i y CONTINUE
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user