Update the scripts from DeforaOS configure

This commit is contained in:
Pierre Pronchery 2022-05-22 04:37:43 +02:00
parent b370bb3dc9
commit e36b8e4ad9

View File

@ -122,7 +122,7 @@ _fixme_callback()
echo "_fixme_callback_python"
return 0
;;
"<html"*|"<?xml"*)
"<!DOCTYPE"*|"<!doctype"*|"<HTML"*|"<html"*|"<?xml"*)
echo "_fixme_callback_xml"
return 0
;;