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.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/OS/sx-lib.sh b/OS/sx-lib.sh
index 2fcb5aa..22aa84a 100644
--- a/OS/sx-lib.sh
+++ b/OS/sx-lib.sh
@@ -16,3 +16,9 @@ function display_container_header {
fi
echo "+====================================================="
}
+
+function display_container_started {
+ echo "+====================================================="
+ echo "| Container $HOSTNAME is now running..."
+ echo "+====================================================="
+} \ No newline at end of file