mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Check if $is_reinstall is true
This commit is contained in:
@@ -429,7 +429,7 @@ whiptail_make_changes
|
||||
# From here on changes will be made.
|
||||
echo "1" > /root/accept_changes
|
||||
|
||||
if [[ $is_reinstall ]]; then
|
||||
if [[ $is_reinstall == true ]]; then
|
||||
reinstall_init
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user