mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Entry point stuff...
This commit is contained in:
parent
49956ed63d
commit
ea71738c72
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ echo '*** Starting Apache...'
|
|||
|
||||
sleep 1
|
||||
rm -rf /run/httpd/* /tmp/httpd*
|
||||
intercept /usr/sbin/httpd >>/tmp/apache.out 2>&1
|
||||
intercept /usr/sbin/httpd >>/tmp/apache.out 2>&1 &
|
||||
|
||||
echo '***'
|
||||
echo '*** Up and running at' $virtip4 '-- join network 8056c2e21c000001 and try:'
|
||||
|
|
Loading…
Add table
Reference in a new issue