From 7076c5990a94de120f977d451f7087ac2998a6d2 Mon Sep 17 00:00:00 2001 From: Kaladin Light <0.kaladin@gmail.com> Date: Fri, 29 Apr 2016 16:25:46 -0400 Subject: [PATCH] Minor fix --- auto_install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index 2cca374..f071190 100644 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -531,7 +531,7 @@ confOpenVPN() { ENCRYPT=$(whiptail --backtitle "Setup OpenVPN" --title "Encryption Strength" --radiolist \ "Choose your desired level of encryption:" $r $c 3 \ "2048" "Use 2048-bit encryption. Slower to generate, but more secure." ON \ - "1024" "Use 1024-bit encryption. Faster to generate, but less secure." OFF + "1024" "Use 1024-bit encryption. Faster to generate, but less secure." OFF \ "4096" "Use 4096-bit encryption. Slowest to generate, paranoid mode." OFF 3>&1 1>&2 2>&3) exitstatus=$?