summaryrefslogtreecommitdiffstats
path: root/OS/run.sh
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2016-02-06 02:53:52 +0100
committerstartxfr <clarue@startx.fr>2016-02-06 02:53:52 +0100
commit0f3bcf30ae748a75c22a03d4655dba4d8dc71185 (patch)
treeae032e55c35e41576e13d46ebb82d58c0966ef15 /OS/run.sh
parent05a6fe72c04bd785fa289b7b5fd9bc8f871ea3a1 (diff)
downloadphpmyadmin-0f3bcf30ae748a75c22a03d4655dba4d8dc71185.tar.gz
phpmyadmin-0f3bcf30ae748a75c22a03d4655dba4d8dc71185.tar.bz2
phpmyadmin-0f3bcf30ae748a75c22a03d4655dba4d8dc71185.tar.xz
phpmyadmin-0f3bcf30ae748a75c22a03d4655dba4d8dc71185.zip
modif de conf OS
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