Update script to include sourcing setup specific functions

This commit is contained in:
Devon Mackay 2018-07-09 12:13:48 -04:00
parent adb41337e3
commit b23c6b15bb

View File

@ -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"