浏览代码

End of fixes message

Bob Mottram 7 年前
父节点
当前提交
07942a701b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-sec

+ 1
- 0
src/freedombone-sec 查看文件

1019
             echo $'Fixing any STIG failures...'
1019
             echo $'Fixing any STIG failures...'
1020
             echo ''
1020
             echo ''
1021
             ${PROJECT_NAME}-tests --stig fix
1021
             ${PROJECT_NAME}-tests --stig fix
1022
+            echo $'Fixes applied. You will need to run the STIG tests again to be sure that they were all fixed.'
1022
             exit 0
1023
             exit 0
1023
             ;;
1024
             ;;
1024
         3)
1025
         3)