Disable auto-reload in install.sh

pull/1578/head
Noah Gorny 2020-12-06 23:55:25 +02:00 committed by phreakocious
parent ba148fec77
commit 11d8f250d1
1 changed files with 2 additions and 0 deletions

View File

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