Fix unset usage

This commit is contained in:
angristan 2018-09-23 16:33:59 +02:00
parent 5a67d3b3e7
commit 8e1cf382c3
1 changed files with 1 additions and 1 deletions

View File

@ -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