Skip to content

Commit 3456b0a

Browse files
authored
Merge pull request #356 from ant-media/removeFalseEnter
Remove breaking new-line
2 parents 32529ca + f5d28ff commit 3456b0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ then
4242
exit 0
4343
else
4444
## Add Initial User with curl
45-
RESULT=`curl -s -X POST -H "Content-Type: application/json" -d '{"email": "JamesBond", "password": "'$INSTANCE_ID'", "scope": "system", "userType": "ADMIN"}' http://localhost:5080/re
46-
st/v2/users/initial`
45+
RESULT=`curl -s -X POST -H "Content-Type: application/json" -d '{"email": "JamesBond", "password": "'$INSTANCE_ID'", "scope": "system", "userType": "ADMIN"}' http://localhost:5080/rest/v2/users/initial`
4746

4847
echo ${RESULT} | grep --quiet ":true"
4948

0 commit comments

Comments
 (0)