Ensure strelka backend, frontend, and filestream are connecting to redis locally, on heavy node instances

This commit is contained in:
Jason Ertel
2020-08-19 16:12:54 -04:00
parent 51a52228ac
commit 5ff0058a65
4 changed files with 5 additions and 5 deletions

View File

@@ -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"
}