Update message icon for init

This commit is contained in:
Joshua Boniface 2022-07-07 19:25:10 +00:00
parent 30f8368886
commit 5c2653395d
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ def entrypoint():
if "--init-only" in argv:
print("Successfully initialized pvcbootstrapd; exiting.")
notifications.send_webhook(config, "info", "Successfully initialized pvcbootstrapd")
notifications.send_webhook(config, "completed", "Successfully initialized pvcbootstrapd")
exit(0)
# Start DNSMasq