diff --git a/05-Setting_TimeZone.sh b/05-Setting_TimeZone.sh index 96a37db..8ddee16 100644 --- a/05-Setting_TimeZone.sh +++ b/05-Setting_TimeZone.sh @@ -1,5 +1,7 @@ #!/bin/bash +echo $TESTVAR + ## Script Location SCRIPTDIR=$(dirname $0) source "$SCRIPTDIR/common/colors.sh" diff --git a/defaults-dbb b/defaults-dbb new file mode 100644 index 0000000..a7a5a8f --- /dev/null +++ b/defaults-dbb @@ -0,0 +1 @@ +TESTVAR="fart" diff --git a/template_setup.sh b/template_setup.sh index 6fefe96..060515d 100644 --- a/template_setup.sh +++ b/template_setup.sh @@ -15,6 +15,7 @@ do printf "${COL_CYAN}" "$TOPLEVELSUBDIRSCRIPTTEXT" /bin/bash $scriptfile + exit echo "" done