From b23c6b15bbc8854a9476ee5d3775e819be030c7a Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Mon, 9 Jul 2018 12:13:48 -0400 Subject: [PATCH] Update script to include sourcing setup specific functions --- script/include/run_setup | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/include/run_setup b/script/include/run_setup index 25e5fc7f..97fa0808 100755 --- a/script/include/run_setup +++ b/script/include/run_setup @@ -1,7 +1,10 @@ # include/setup: Set up application for the first time after cloning, or set it # back to the initial first unused state. -## Option defaults +# Load setup functions +source ./script/include/setup_functions.inc.sh + +## Set option defaults # If CREATE_VENV is not set, set it to "true" if [ -z "${CREATE_VENV+is_set}" ]; then CREATE_VENV="true"