File tree Expand file tree Collapse file tree
scripts/functions/server-tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ssl_session_timeout 4h;
1111ssl_verify_client on;
1212
1313# OCSP Stapling
14- resolver 1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220 [2606:4700:4700::1111] [2606:4700:4700::1001] [2001:4860:4860::8888 ] [2001:4860:4860::8844 ] valid=10m;
14+ resolver 1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220 [2001:4860:4860::8888] [2001:4860:4860::8844] [ 2606:4700:4700::1111] [2606:4700:4700::1001] [2620:119:35::35 ] [2620:119:53::53 ] valid=10m;
1515resolver_timeout 5s;
1616ssl_stapling on;
1717ssl_stapling_verify on;
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ mysql ${MYSQL_AUTH} --table < ${RUN_SQL} > ${RUN_LOG} 2>&1
4747
4848# Ask user to acknowledge that the scan has completed before moving on
4949echo " "
50+ echo " ${BOLD} Done${NORMAL} "
5051echo " Analyze Table Log: /tmp/analyze_all_tables.log"
5152echo " "
5253read -n 1 -s -r -p " Press any key to continue"
You can’t perform that action at this time.
0 commit comments