mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Syntax fixes
This commit is contained in:
@@ -1403,7 +1403,7 @@ reinstall_init() {
|
|||||||
|
|
||||||
local count=0
|
local count=0
|
||||||
while ! (check_service_status "$service"); do
|
while ! (check_service_status "$service"); do
|
||||||
if [ count > $service_retry_count ]; then
|
if [[ $count > $service_retry_count ]]; then
|
||||||
echo "Could not stop $service after 1 minute, exiting setup."
|
echo "Could not stop $service after 1 minute, exiting setup."
|
||||||
|
|
||||||
# Stop the systemctl process trying to kill the service, show user a message, then exit setup
|
# Stop the systemctl process trying to kill the service, show user a message, then exit setup
|
||||||
|
|||||||
Reference in New Issue
Block a user