diff --git a/var/mongoose/include/diskcheck.jim b/var/mongoose/include/diskcheck.jim
index a3cba52f..5bdee59a 100755
--- a/var/mongoose/include/diskcheck.jim
+++ b/var/mongoose/include/diskcheck.jim
@@ -40,11 +40,13 @@ foreach sa $smartattrs {
}
if {$smartmsg ne ""} {
+ if {![dict exists $env REQUEST_URI]} { set env(REQUEST_URI) "" }
puts "
!! WARNING !!
-There are some issues with the internal hard disk on this device.
+There appear to be some hardware problems with the internal hard disk on
+this device.
[string map {"\n" " "} $smartmsg]
"
@@ -56,7 +58,7 @@ There are some issues with the internal hard disk on this device.
} else {
puts "
- For help and assistance, visit
+ Don't panic; for help and assistance, visit
hummy.tv
"
}
diff --git a/var/mongoose/include/notify.jim b/var/mongoose/include/notify.jim
new file mode 100755
index 00000000..5c8a7d70
--- /dev/null
+++ b/var/mongoose/include/notify.jim
@@ -0,0 +1,30 @@
+#!/mod/bin/jimsh
+
+if {[file exists /mod/tmp/notify.log]} {
+
+source /mod/webif/lib/setup
+require cat
+
+puts "
+