aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fwsnort/fwsnort.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fwsnort/fwsnort.post-install')
-rw-r--r--testing/fwsnort/fwsnort.post-install16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/fwsnort/fwsnort.post-install b/testing/fwsnort/fwsnort.post-install
new file mode 100644
index 0000000000..b4e80d6c5c
--- /dev/null
+++ b/testing/fwsnort/fwsnort.post-install
@@ -0,0 +1,16 @@
+#!/bin/sh
+# fwsnort post install script
+#############################
+
+NORMAL="\033[1;0m"
+STRONG="\033[1;1m"
+GREEN="\033[1;32m"
+
+print_strong() {
+ local prompt="${STRONG}$1 ${GREEN}$2${NORMAL}"
+ printf "${prompt} %s\n"
+}
+
+print_strong "\nFWSNORT installed & daily signature updates configured.\n\nTo update now run:" "\t/usr/bin/update-fwsnort\n"
+exit 0
+