Napi now has a standalone --apply option and we modified check_web_site_size to be able to do total bytes or just alnum

This commit is contained in:
2024-11-22 09:22:02 -05:00
parent 1ed55ac09c
commit c93d3059f8
2 changed files with 32 additions and 8 deletions
+6
View File
@@ -446,6 +446,12 @@ if [ -n "${myOptions[Create]}" ]; then
exit
fi
# If all we said was --apply, then we want to apply previous changes
if [ -n "${myOptions[Apply]}" ]; then
do_apply
exit
fi
# Grab a copy of the JSON data so we don't have to keep making calls over and over
# If we used an existing file, then just use that
# If we're in test mode, then skip this part