From 402fa6a1a05994948161f19352aed14e71d7c78d Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 21 May 2025 09:17:23 -0600 Subject: [PATCH] Update common.sh --- usr/local/share/bastille/common.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 8f003bb8..87400515 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -504,19 +504,6 @@ EOF fi } -parse_value_jail_conf() { - - # Escape special charcters for compatability with jail.conf files - # Only "." for now - - local _string="${1}" - - _escaped_string="$(echo ${_string} | sed 's#\.#\\\.#g')" - - echo "${_escaped_string}" - -} - validate_netconf() { # Add default 'bastille_network_vnet_type' on old config file