mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
[fix] Correct logic for service check + bash trap
This commit is contained in:
@@ -1404,7 +1404,7 @@ reinstall_init() {
|
||||
local pid=$!
|
||||
|
||||
local count=0
|
||||
while check_service_status "$service"; do
|
||||
while ! (check_service_status "$service"); do
|
||||
if [[ $count -gt $service_retry_count ]]; then
|
||||
echo "Could not stop $service after 1 minute, exiting setup."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user