diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 18:21:41 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 18:21:41 +0100 |
commit | 30f2aca7c729debe179507adb836da568a4cbceb (patch) | |
tree | 18c40e12f24b9c87b058742d9344eaaf9adabbc4 | |
parent | 527b6c4e1ad72913d5ad9fa0e38ff4c8c42a7f9d (diff) | |
download | s2i-virtio-spec-30f2aca7c729debe179507adb836da568a4cbceb.tar.gz |
readme tweak
-rwxr-xr-x | s2i/bin/assemble | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 7463215..3c4a95d 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -47,6 +47,9 @@ EOF echo "---> add README ..." cat <<EOF >> output/README.html <h1>virtio specification</h1> +<pre> +$(set | grep ^OPENSHIFT) +</pre> EOF echo "---> Fix permissions ..." |