mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-27 00:21:05 +00:00
6 lines
81 B
Bash
6 lines
81 B
Bash
#!/bin/bash
|
|
|
|
rm -rf /run/httpd/* /tmp/httpd*
|
|
|
|
exec /usr/sbin/httpd -D FOREGROUND
|