summaryrefslogtreecommitdiffstats
path: root/OS/sx-lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'OS/sx-lib.sh')
-rw-r--r--OS/sx-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/OS/sx-lib.sh b/OS/sx-lib.sh
index 362683f..7d6aac2 100644
--- a/OS/sx-lib.sh
+++ b/OS/sx-lib.sh
@@ -24,6 +24,7 @@ function check_environment {
function display_container_header {
echo "+====================================================="
echo "| Container : $HOSTNAME"
+ echo "| OS : $(</etc/redhat-release)"
if [ -v CONTAINER_TYPE ]; then
echo "| Type : $CONTAINER_TYPE"
fi