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"