From 07942a701bd29680e2a592e9aa3d517fd8c04f3d Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sat, 5 Aug 2017 10:07:33 +0100
Subject: [PATCH] End of fixes message

---
 src/freedombone-sec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedombone-sec b/src/freedombone-sec
index 1266d9313..5cad98fc5 100755
--- a/src/freedombone-sec
+++ b/src/freedombone-sec
@@ -1019,6 +1019,7 @@ function menu_security_settings {
             echo $'Fixing any STIG failures...'
             echo ''
             ${PROJECT_NAME}-tests --stig fix
+            echo $'Fixes applied. You will need to run the STIG tests again to be sure that they were all fixed.'
             exit 0
             ;;
         3)
-- 
GitLab