Update message icon for init
This commit is contained in:
parent
30f8368886
commit
5c2653395d
|
@ -261,7 +261,7 @@ def entrypoint():
|
||||||
|
|
||||||
if "--init-only" in argv:
|
if "--init-only" in argv:
|
||||||
print("Successfully initialized pvcbootstrapd; exiting.")
|
print("Successfully initialized pvcbootstrapd; exiting.")
|
||||||
notifications.send_webhook(config, "info", "Successfully initialized pvcbootstrapd")
|
notifications.send_webhook(config, "completed", "Successfully initialized pvcbootstrapd")
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
# Start DNSMasq
|
# Start DNSMasq
|
||||||
|
|
Loading…
Reference in New Issue