Browse Source
Merge pull request #386 from kacf/closing_brace
Closing curly brace added
change-dependabot-prefix
Kristian Amlie
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
scripts/bootstrap-rootfs-overlay-production-server.sh
|
|
@ -75,6 +75,10 @@ EOF |
|
|
|
cp -f "${server_cert}" ${output_dir}/etc/mender/server.crt |
|
|
|
fi |
|
|
|
|
|
|
|
cat <<- EOF >> ${root_dir}/resources/mender.conf |
|
|
|
} |
|
|
|
EOF |
|
|
|
|
|
|
|
sudo chown -R 0 ${output_dir} |
|
|
|
sudo chgrp -R 0 ${output_dir} |
|
|
|
|
|
|
|