From 0e3d19b5092ac8e40ac7b11cc363ec3da51c6628 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Thu, 29 Dec 2016 14:03:47 +0100 Subject: [PATCH] typo --- algo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algo b/algo index a9f1b0f..f910acd 100755 --- a/algo +++ b/algo @@ -7,7 +7,7 @@ SKIP_TAGS="_null" additional_roles () { read -p " -Do you want to enable VPN Always-On when connected to the cellular network? +Do you want to enable VPN Always-On when connected to cellular networks? [y/N]: " -r OnDemandEnabled_Cellular OnDemandEnabled_Cellular=${OnDemandEnabled_Cellular:-n} if [[ "$OnDemandEnabled_Cellular" =~ ^(y|Y)$ ]]; then EXTRA_VARS+=" OnDemandEnabled_Cellular=Y"; fi @@ -45,7 +45,7 @@ security_enabled=${security_enabled:-n} if [[ "$security_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" security"; fi read -p " -Do you want to use auditd for security monitoring? (requires configurationg in config.cfg) +Do you want to use auditd for security monitoring? (requires configuration in config.cfg) [y/N]: " -r logging_enabled logging_enabled=${logging_enabled:-n} if [[ "$logging_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" logging"; fi