Skip to content

Commit 6c78ef3

Browse files
committed
fix: log path
1 parent 5d54c7e commit 6c78ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ done
1717
./record.sh
1818

1919
# Start the scan process in the background
20-
nohup python -m src.burn.scan > ./logs/scan-$(date +%Y%m%d-%H%M%S).log 2>&1 &
20+
nohup python -m src.burn.scan > ./logs/scan/scan-$(date +%Y%m%d-%H%M%S).log 2>&1 &
2121

2222
# Start the upload process
2323
exec python -m src.upload.upload

0 commit comments

Comments
 (0)