This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/docker-test/entrypoint.sh

6 lines
81 B
Bash
Raw Normal View History

2015-09-28 16:56:14 -04:00
#!/bin/bash
2015-09-28 17:30:18 -04:00
rm -rf /run/httpd/* /tmp/httpd*
exec /usr/sbin/httpd -D FOREGROUND