Merge pull request #759 from Security-Onion-Solutions/feature/turbo-proxy

Feature/turbo proxy
This commit is contained in:
William Wernert
2020-05-22 16:31:20 -04:00
committed by GitHub
4 changed files with 62 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ fi
setterm -blank 0
if (whiptail_you_sure); then
if [ "$setup_type" == 'iso' ] || (whiptail_you_sure); then
true
else
echo "User cancelled setup." >> $setup_log 2>&1
@@ -247,6 +247,11 @@ fi
whiptail_make_changes
if [[ $# -gt 1 ]]; then
set -- "${@:2}"
parse_options "$@" >> $setup_log 2>&1
fi
if [[ "$setup_type" == 'iso' ]]; then
# Init networking so rest of install works
set_hostname_iso