From d472c59b8de2dbb1c4b100652b27a1a5b301c327 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 20 Nov 2015 02:41:27 -0800 Subject: Additional test files --- .../docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh | 3 ++- .../docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh | 3 ++- netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'netcon/docker-test/httpd') diff --git a/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh b/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh index da5fb766..fd47cf38 100644 --- a/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh +++ b/netcon/docker-test/httpd/httpd-2.4.16-1.fc23.x86_64/netcon_entrypoint.sh @@ -47,7 +47,8 @@ dd if=/dev/urandom of=/var/www/html/"$bigfile_name" bs="$bigfile_size" count=1 #md5sum /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" md5sum < /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" echo '*** Wrote MD5 sum to ' "$tx_md5sumfile" -echo '*** Starting httpd...' + +echo '*** Starting application...' sleep 0.5 rm -rf /run/httpd/* /tmp/httpd* zerotier-intercept /usr/sbin/httpd -D FOREGROUND >>/tmp/apache.out 2>&1 diff --git a/netcon/docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh b/netcon/docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh index da5fb766..fd47cf38 100644 --- a/netcon/docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh +++ b/netcon/docker-test/httpd/httpd-2.4.17-3.fc23.x86_64/netcon_entrypoint.sh @@ -47,7 +47,8 @@ dd if=/dev/urandom of=/var/www/html/"$bigfile_name" bs="$bigfile_size" count=1 #md5sum /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" md5sum < /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" echo '*** Wrote MD5 sum to ' "$tx_md5sumfile" -echo '*** Starting httpd...' + +echo '*** Starting application...' sleep 0.5 rm -rf /run/httpd/* /tmp/httpd* zerotier-intercept /usr/sbin/httpd -D FOREGROUND >>/tmp/apache.out 2>&1 diff --git a/netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh b/netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh index da5fb766..fd47cf38 100644 --- a/netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh +++ b/netcon/docker-test/httpd/httpd_demo/netcon_entrypoint.sh @@ -47,7 +47,8 @@ dd if=/dev/urandom of=/var/www/html/"$bigfile_name" bs="$bigfile_size" count=1 #md5sum /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" md5sum < /var/www/html/"$bigfile_name" >> "$tx_md5sumfile" echo '*** Wrote MD5 sum to ' "$tx_md5sumfile" -echo '*** Starting httpd...' + +echo '*** Starting application...' sleep 0.5 rm -rf /run/httpd/* /tmp/httpd* zerotier-intercept /usr/sbin/httpd -D FOREGROUND >>/tmp/apache.out 2>&1 -- cgit v1.2.3