summaryrefslogtreecommitdiffstats
path: root/OS/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'OS/run.sh')
-rw-r--r--OS/run.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/OS/run.sh b/OS/run.sh
index 13a5bd4..e491694 100644
--- a/OS/run.sh
+++ b/OS/run.sh
@@ -1,7 +1,6 @@
#!/bin/bash
source /bin/sx-lib.sh
-check_environment
-display_container_header
-display_container_started
-tail -f /etc/redhat-release \ No newline at end of file
+check_environment | tee -a $STARTUPLOG
+display_container_header | tee -a $STARTUPLOG
+start_service \ No newline at end of file