mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
[fix] Also kill currently running jobs
This commit is contained in:
@@ -1390,9 +1390,12 @@ reinstall_init() {
|
|||||||
local service_retry_count=20
|
local service_retry_count=20
|
||||||
|
|
||||||
{
|
{
|
||||||
# Disable all scheduled jobs
|
|
||||||
if command -v salt-call &> /dev/null; then
|
if command -v salt-call &> /dev/null; then
|
||||||
salt-call schedule.disable
|
# Disable scheduled jobs so highstate doesn't start running during the install
|
||||||
|
salt-call -l info schedule.disable
|
||||||
|
|
||||||
|
# Kill any currently running salt jobs, also to prevent issues with highstate.
|
||||||
|
salt-call -l info saltutil.kill_all_jobs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Kill any salt processes (safely)
|
# Kill any salt processes (safely)
|
||||||
|
|||||||
Reference in New Issue
Block a user