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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user