diff --git a/entrypoint.sh b/entrypoint.sh index 0ada096..cd4aa0e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -14,12 +14,12 @@ getinfo_request() { EOF } -createrune_request() { +commando_rune_request() { cat < "$COMMANDO_CONFIG" echo "LIGHTNING_PUBKEY=\"$LIGHTNING_PUBKEY\"" >> "$COMMANDO_CONFIG" generate_new_rune else - echo "Pubkey matches with existing pubkey." + echo "Pubkey matches with existing pubkey and rune is valid." fi exec "$@"