mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
[fix] Add missing fi
This commit is contained in:
@@ -972,7 +972,7 @@ installer_prereq_packages() {
|
|||||||
} >> "$setup_log" 2<&1
|
} >> "$setup_log" 2<&1
|
||||||
fi
|
fi
|
||||||
if wait_for_apt; then apt-get install -y bc curl >> "$setup_log" 2>&1; else exit 1; fi
|
if wait_for_apt; then apt-get install -y bc curl >> "$setup_log" 2>&1; else exit 1; fi
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
disable_auto_start() {
|
disable_auto_start() {
|
||||||
|
|||||||
Reference in New Issue
Block a user