Skip to content

Commit

Permalink
Merge pull request #54 from thin-edge/feat-init-after-bootstrap
Browse files Browse the repository at this point in the history
feat: send an event after bootstrapping
  • Loading branch information
reubenmiller authored Nov 5, 2023
2 parents 11904c0 + 9fd74d4 commit 3907345
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/common/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,9 @@ main() {
done
fi

# use startup notifier to send the startup message after bootstrapping to indicate that thin-edge.io is up and running
sudo systemctl restart startup-notifier >/dev/null 2>&1 ||:

if [ "$BOOTSTRAP" = 1 ] || [ "$CONNECT" = 1 ]; then
display_banner_c8y
fi
Expand Down

4 comments on commit 3907345

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 0 1 12 100 2m39.892s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 34.954s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 0 1 12 100 2m35.952999999s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 32.988999999s

Please sign in to comment.