Debugging the write to disk
This commit is contained in:
parent
9876703db6
commit
dc876b71fc
6
qsgen2
6
qsgen2
@ -339,12 +339,14 @@ function _pages() {
|
|||||||
pages_tpl=$( _last_updated ${pages_tpl} )
|
pages_tpl=$( _last_updated ${pages_tpl} )
|
||||||
|
|
||||||
# Run a cleanup if in case something was left out
|
# Run a cleanup if in case something was left out
|
||||||
#_cleanup ${pages_tpl}
|
_cleanup ${pages_tpl}
|
||||||
|
|
||||||
# Always use lowercase for file names
|
# Always use lowercase for file names
|
||||||
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}
|
||||||
|
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.
|
||||||
@ -361,7 +363,7 @@ function _pages() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run a cleanup if in case something was left out
|
# Run a cleanup if in case something was left out
|
||||||
_cleanup ${www_root}/${pages_title_lower%.*}.html
|
# _cleanup ${www_root}/${pages_title_lower%.*}.html
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user