mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-07 07:12:52 +02:00
debug output of main script
This commit is contained in:
parent
d216a3739f
commit
c9c8e95d60
1 changed files with 5 additions and 0 deletions
|
@ -165,3 +165,8 @@ export GLIBCXX_FORCE_NEW=1
|
|||
export GLIBCPP_FORCE_NEW=1
|
||||
export LD_PRELOAD="/opt/conda/envs/central_controller/lib/libjemalloc.so.2"
|
||||
exec /usr/local/bin/zerotier-one -p${ZT_CONTROLLER_PORT:-$DEFAULT_PORT} /var/lib/zerotier-one
|
||||
if [ $? -ne 0 ]; then
|
||||
echo '*** FAILED: zerotier-one exited unexpectedly'
|
||||
cat /var/lib/zerotier-one/local.conf
|
||||
exit 1
|
||||
fi
|
Loading…
Add table
Reference in a new issue