Merge pull request #1730 from NoahGorny/fix-1037

Disable auto-reload in install.sh
pull/1718/merge
Noah Gorny 2020-12-16 20:08:06 +02:00 committed by GitHub
commit 501b1ab3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -171,6 +171,8 @@ elif [[ $silent ]] && ! [[ $no_modify_config ]]; then
backup_new backup_new
fi fi
# Disable auto-reload in case its enabled
export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE=''
# Load dependencies for enabling components # Load dependencies for enabling components
source "$BASH_IT/lib/composure.bash" source "$BASH_IT/lib/composure.bash"
source "$BASH_IT/lib/utilities.bash" source "$BASH_IT/lib/utilities.bash"