Ugh. Overlooked a debug setting
This commit is contained in:
parent
5e79140995
commit
e4b34be590
7
qsgen2
7
qsgen2
@ -348,8 +348,8 @@ function _pages() {
|
|||||||
pages_title_lower=$( _file_to_lower "${pages_in_array}" )
|
pages_title_lower=$( _file_to_lower "${pages_in_array}" )
|
||||||
# Write pages_tpl to disk
|
# Write pages_tpl to disk
|
||||||
echo "Writing ${www_root}/${pages_title_lower%.*}.html to disk."
|
echo "Writing ${www_root}/${pages_title_lower%.*}.html to disk."
|
||||||
echo ${pages_tpl}
|
#echo ${pages_tpl}
|
||||||
exit
|
#exit
|
||||||
echo "${pages_tpl}" > ${www_root}/${pages_title_lower%.*}.html
|
echo "${pages_tpl}" > ${www_root}/${pages_title_lower%.*}.html
|
||||||
|
|
||||||
# Look for links, images and videos and convert them if present.
|
# Look for links, images and videos and convert them if present.
|
||||||
@ -365,9 +365,6 @@ function _pages() {
|
|||||||
#_youtube ${www_root}/${pages_in_array%.*}.html
|
#_youtube ${www_root}/${pages_in_array%.*}.html
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run a cleanup if in case something was left out
|
|
||||||
# _cleanup ${www_root}/${pages_title_lower%.*}.html
|
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user