mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Add then to if statement
This commit is contained in:
@@ -1098,7 +1098,7 @@ whiptail_so_allow() {
|
|||||||
|
|
||||||
whiptail_gauge_post_setup() {
|
whiptail_gauge_post_setup() {
|
||||||
|
|
||||||
if [ -n "$TESTING" ]
|
if [ -n "$TESTING" ]; then
|
||||||
cat >> $setup_log 2>&1
|
cat >> $setup_log 2>&1
|
||||||
else
|
else
|
||||||
local msg=$1
|
local msg=$1
|
||||||
|
|||||||
Reference in New Issue
Block a user