mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Ensure strelka backend, frontend, and filestream are connecting to redis locally, on heavy node instances
This commit is contained in:
@@ -710,10 +710,10 @@ detect_os() {
|
||||
disable_auto_start() {
|
||||
|
||||
# Remove the automated setup script from crontab, if it exists
|
||||
crontab -u $INSTALLUSERNAME -r
|
||||
logCmd "crontab -u $INSTALLUSERNAME -r"
|
||||
|
||||
# Truncate last line of the bash profile
|
||||
sed -i '$ d' /home/$INSTALLUSERNAME/.bash_profile
|
||||
logCmd "sed -i '$ d' /home/$INSTALLUSERNAME/.bash_profile"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user