mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix][wip] Add reinstall_init function
Create a function that, if the setup log exists, puts the system into a state where the installer can run again without issue. This is WIP, there are most likely still issues.
This commit is contained in:
@@ -57,6 +57,10 @@ done
|
||||
# Begin Installation pre-processing
|
||||
parse_install_username
|
||||
|
||||
if [[ -f $setup_log ]]; then
|
||||
reinstall_init
|
||||
fi
|
||||
|
||||
title "Initializing Setup"
|
||||
info "Installing as the $INSTALLUSERNAME user"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user