Commit 4e81bd46eefbb17ad3a8d0b5ca611d6759ec3569
1 parent
f3043a8b94
Exists in
master
up :D
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
main_tools/ExploitConfidencePass.sh
| ... | ... | @@ -175,10 +175,10 @@ |
| 175 | 175 | #---------------# |
| 176 | 176 | # Check Pass # |
| 177 | 177 | #---------------# |
| 178 | -if [ $( ${RES_CONf_DIR}/*.res 2> /dev/null | wc -l) -eq 0 ] | |
| 178 | +if [ $( ${RES_CONF_DIR}/*.res 2> /dev/null | wc -l) -eq 0 ] | |
| 179 | 179 | then |
| 180 | 180 | print_error "[${BASENAME}] No Conf Pass res -> exit ExploitConfPass" |
| 181 | - if [ $CHECK -eq 1 ]; then print_log_file $ERRORFILE "No ConfPass res in ${RES_CONf_DIR}" ;fi | |
| 181 | + if [ $CHECK -eq 1 ]; then print_log_file $ERRORFILE "No ConfPass res in ${RES_CONF_DIR}" ;fi | |
| 182 | 182 | exit 1 |
| 183 | 183 | fi |
| 184 | 184 |