From cc3468484ee61ad84d7140ef5527f4a0a694da24 Mon Sep 17 00:00:00 2001 From: Janus Varmarken Date: Fri, 25 Jan 2019 16:47:19 -0800 Subject: [PATCH] Stop echoing commands to std out --- .../SmartPlugDetector/execute_layer2_unsw_all_detection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Projects/SmartPlugDetector/execute_layer2_unsw_all_detection.sh b/Code/Projects/SmartPlugDetector/execute_layer2_unsw_all_detection.sh index e60211c..9ac4569 100755 --- a/Code/Projects/SmartPlugDetector/execute_layer2_unsw_all_detection.sh +++ b/Code/Projects/SmartPlugDetector/execute_layer2_unsw_all_detection.sh @@ -12,7 +12,7 @@ readonly SIGNATURES_BASE_DIR OUTPUT_DIR=$3 readonly OUTPUT_DIR -set -x # echo invoked commands to std out +#set -x # echo invoked commands to std out for PCAP_FILE in $UNSW_TRACES_DIR/*.pcap; do # skip non pcap files -- 2.34.1