Update main pblog script to create OUTPUT directory if it does no yet exist

This commit is contained in:
Bradley Taunt 2022-07-30 12:07:09 -04:00
parent e356c67dc1
commit 6b541a2cb9
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ source _config.sh
# !WARNING!
# You probably don't need to tweak anything below this line. Edit at your own risk!
###################################################################################
# Create the $OUTPUT directory if it does not exist yet
mkdir -p $OUTPUT
if [[ $TOC = true ]]
then
TOC_TOGGLE="--toc";