mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
Fix ^C issue
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
This commit is contained in:
parent
d52ebaa412
commit
6dc7bdf72e
1 changed files with 5 additions and 1 deletions
|
@ -77,4 +77,8 @@ EOF
|
|||
|
||||
chmod +x /healthcheck.sh
|
||||
|
||||
sleep infinity
|
||||
echo "Sleeping infinitely"
|
||||
while true
|
||||
do
|
||||
sleep 1
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue