Skip to content

Commit bc9e8cf

Browse files
committed
Tweak documentation: reviewing audit
1 parent 9698946 commit bc9e8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@ To retry problem items:
215215

216216
``` bash
217217
#
218-
tmp=$(grep -E "(x[mtw]|x[md])\r?$" /data/leaf-bagger/_leaf_bagger_audit_2025-01-03T_15-08-06.csv | head -30 | cut -d ',' -f1 | tr '\n' ' ')
218+
tmp=$(grep -E "(s[mtw]|x[md])\r?$" /data/leaf-bagger/_leaf_bagger_audit_2025-01-03T_15-08-06.csv | head -30 | cut -d ',' -f1 | tr '\n' ' ')
219219
for item in $tmp; do
220220
./venv/bin/python3 leaf-bagger.py \
221221
--server ${BAGGER_DRUPAL_URL} \
222-
--output /tmp/z.csv \
222+
--output /tmp/force_single_node_${item}_$(date +"%Y-%m-%dT_%H-%M-%S").csv \
223223
--force_single_node ${item} \
224224
--container ${OS_CONTAINER} \
225225
--error_log /tmp/error-$(date +"%Y-%m-%dT_%H-%M-%S").log \

0 commit comments

Comments
 (0)