Skip to content

Commit 1203fc1

Browse files
committed
fix: remove sudo
1 parent 2a97753 commit 1203fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/trin-bench/run-bench.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ cleanup() {
147147
fi
148148

149149
echo "All processes stopped."
150-
sudo rm -rf "$LOG_DIR/$DATA_DIR_SENDER" "$LOG_DIR/$DATA_DIR_RECEIVER" "$LOG_DIR/$DATA_DIR_SENDER.perf" "$LOG_DIR/$DATA_DIR_RECEIVER.perf"
150+
rm -rf "$LOG_DIR/$DATA_DIR_SENDER" "$LOG_DIR/$DATA_DIR_RECEIVER" "$LOG_DIR/$DATA_DIR_SENDER.perf" "$LOG_DIR/$DATA_DIR_RECEIVER.perf"
151151

152152
# Generate timestamp-based folder name
153153
TIMESTAMP=$(date +%s)

0 commit comments

Comments
 (0)