We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d54c7e commit 6c78ef3Copy full SHA for 6c78ef3
start.sh
@@ -17,7 +17,7 @@ done
17
./record.sh
18
19
# 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 &
+nohup python -m src.burn.scan > ./logs/scan/scan-$(date +%Y%m%d-%H%M%S).log 2>&1 &
21
22
# Start the upload process
23
exec python -m src.upload.upload
0 commit comments