summaryrefslogtreecommitdiffstats
path: root/etc/periodic/weekly/999.local
diff options
context:
space:
mode:
Diffstat (limited to 'etc/periodic/weekly/999.local')
-rwxr-xr-xetc/periodic/weekly/999.local10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/periodic/weekly/999.local b/etc/periodic/weekly/999.local
new file mode 100755
index 0000000..fb9606e
--- /dev/null
+++ b/etc/periodic/weekly/999.local
@@ -0,0 +1,10 @@
+#!/bin/sh -
+#
+# $Id: 999.local,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
+#
+
+if [ -f /etc/weekly.local ]; then
+ echo ""
+ echo "Running weekly.local:"
+ sh /etc/weekly.local
+fi
OpenPOWER on IntegriCloud