mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-24 00:43:28 +01:00
Improve automated installs and remove sleep during progress updates
This commit is contained in:
@@ -968,7 +968,7 @@ parse_options() {
|
||||
fi
|
||||
;;
|
||||
--proxy=*)
|
||||
echo "Unimplimented"
|
||||
echo "Unimplemented"
|
||||
return
|
||||
|
||||
if [[ $2 != --proxy-user=* ]] || [[ $3 != --proxy-pass=* ]]; then
|
||||
@@ -1268,8 +1268,6 @@ set_progress_str() {
|
||||
'----'\
|
||||
"$percentage% - ${progress_bar_text^^}"\
|
||||
"----" >> "$setup_log" 2>&1
|
||||
|
||||
sleep 5
|
||||
}
|
||||
|
||||
sensor_pillar() {
|
||||
|
||||
Reference in New Issue
Block a user