Commit 6cb6f246 authored by Maarten de Waard's avatar Maarten de Waard 👼
Browse files

uniform bracketing in cryptroot-api

parent ca021d95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ setup_mapping()
    notify_command="curl -X POST -H \\\"Authorization: Bearer $api_key\\\"
        -H \\\"Content-Type: application/json\\\"
        -d '{\\\"template\\\":\\\"ENCVMBOOTED\\\",\\\"HOSTNAME\\\":\\\"$(hostname)\\\",\\\"identifier\\\":\\\"instance-$instance_id\\\"}'
        ${cosmos_url}/api/v2/communication/sendmessage"
        $cosmos_url/api/v2/communication/sendmessage"


    cryptops-api "$rootdevice" "$crypttarget" --notify-command="$notify_command"