From 2e3fe0a1ea1d63e2d119f36d6213f0eb2cdfe44d Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sun, 18 Apr 2021 22:15:07 +0300 Subject: [PATCH] install: Load log file --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 5d2f883e..e56af003 100755 --- a/install.sh +++ b/install.sh @@ -208,6 +208,8 @@ export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE='' source "${BASH_IT}"/vendor/github.com/erichs/composure/composure.sh # shellcheck source=./lib/utilities.bash source "$BASH_IT/lib/utilities.bash" +# shellcheck source=./lib/log.bash +source "${BASH_IT}/lib/log.bash" cite _about _param _example _group _author _version # shellcheck source=./lib/helpers.bash source "$BASH_IT/lib/helpers.bash"