mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix reinstall logic
This commit is contained in:
@@ -141,6 +141,7 @@ if [[ -f /root/accept_changes ]]; then
|
|||||||
info "Old setup detected. Moving the last setup.log to setup.log.bak"
|
info "Old setup detected. Moving the last setup.log to setup.log.bak"
|
||||||
mv "$setup_log" "$setup_log.bak"
|
mv "$setup_log" "$setup_log.bak"
|
||||||
[ -f "$error_log" ] && mv "$error_log" "$error_log.bak"
|
[ -f "$error_log" ] && mv "$error_log" "$error_log.bak"
|
||||||
|
reinstall_init
|
||||||
fi
|
fi
|
||||||
|
|
||||||
title "Parsing Username for Install"
|
title "Parsing Username for Install"
|
||||||
|
|||||||
Reference in New Issue
Block a user