callhome tv channel

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-05-02 09:58:40 -04:00
parent 654a8cd60c
commit d417ba6014
1 changed files with 2 additions and 1 deletions

View File

@ -202,7 +202,8 @@ do_get_s3-releases() {
do_get_s3-callhome() { do_get_s3-callhome() {
# Get the list of callhome bundles # Get the list of callhome bundles
aws s3 ls --human-readable s3://vast-callhomebundle/ aws s3 ls --human-readable s3://vast-callhomebundle/ \
| sed -E 's|^[[:space:]]+[^[:space:]]+[[:space:]](.+)/$|\1|;'
} }
do_get() { do_get() {