Disable auto-reload in install.sh
parent
d448ea8cf1
commit
e873252227
|
|
@ -153,6 +153,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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue