We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23b4de commit 0a0ab20Copy full SHA for 0a0ab20
README.md
@@ -228,7 +228,7 @@ for item in $tmp; do
228
--server ${BAGGER_DRUPAL_URL} \
229
--output /tmp/force_single_node_${item}_$(date +"%Y-%m-%dT_%H-%M-%S").csv \
230
--container ${OS_CONTAINER} \
231
- --error_log /date/leaf-bagger/error-$(date +"%Y-%m-%dT_%H-%M-%S").log \
+ --error_log /data/leaf-bagger/error-$(date +"%Y-%m-%dT_%H-%M-%S").log \
232
--force_single_node ${item} \
233
;
234
done
@@ -237,7 +237,7 @@ done
237
Test Swift cli
238
239
``` bash
240
-./venv/bin/swift stat ${OS_CONTAINER}
+./venv/bin/swift stat ${OS_CONTAINER} ${ID}
241
```
242
243
### Enhancements
0 commit comments