mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Fix unset usage
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 angristan
					angristan