diff --git a/template_setup.sh b/template_setup.sh index 16183dd..371f0f4 100644 --- a/template_setup.sh +++ b/template_setup.sh @@ -9,4 +9,7 @@ git -C $SCRIPTDIR pull for scriptfile in "$SCRIPTDIR"/[0-9]*.sh do /bin/bash $scriptfile + echo "" done + +echo "template_setup completed"