mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Add end of setup log messages per #5032
This commit is contained in:
@@ -1537,6 +1537,10 @@ install_cleanup() {
|
||||
info "Removing so-setup permission entry from sudoers file"
|
||||
sed -i '/so-setup/d' /etc/sudoers
|
||||
fi
|
||||
|
||||
if [[ -z $SO_ERROR ]]; then
|
||||
echo "Setup completed at $(date)" >> "$setup_log" 2>&1
|
||||
fi
|
||||
}
|
||||
|
||||
import_registry_docker() {
|
||||
|
||||
Reference in New Issue
Block a user