fix not correctly used variable
This commit is contained in:
parent
48676ac85a
commit
cc86716a34
1 changed files with 1 additions and 1 deletions
2
check.sh
2
check.sh
|
|
@ -111,7 +111,7 @@ ret_val=$(curl -s -H "Authorization: Bearer $jwt" \
|
|||
-X POST \
|
||||
-F "formdata[GF_Anrede]=$GF_Anrede" \
|
||||
-F "formdata[GF_Vorname]=$GF_Vorname" \
|
||||
-F "formdata[GF_Nachname]=GF_Nachname" \
|
||||
-F "formdata[GF_Nachname]=$GF_Nachname" \
|
||||
-F "formdata[GF_Staatsangehoerigkeit]=$GF_Staatsangehoerigkeit" \
|
||||
-F "formdata[Geburtsdatum]=$Geburtsdatum" \
|
||||
-F "formdata[GF_Email]=$GF_Email" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue