Browse Source
Merge pull request #307 from lluiscampos/remove-server-url
[overlay-demo-server.sh] Remove ServerURL from mender-connect.conf
2.4.x
Lluis Campos
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
scripts/bootstrap-rootfs-overlay-demo-server.sh
|
|
@ -71,7 +71,6 @@ chmod 600 ${output_dir}/etc/mender/mender.conf |
|
|
|
|
|
|
|
cat <<- EOF > ${output_dir}/etc/mender/mender-connect.conf |
|
|
|
{ |
|
|
|
"ServerURL": "https://docker.mender.io", |
|
|
|
"ShellCommand": "/bin/sh", |
|
|
|
"User": "root" |
|
|
|
} |
|
|
|