mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-08 07:42:55 +02:00
.
This commit is contained in:
parent
c9c8e95d60
commit
b94fa2d95d
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@ fi
|
||||||
export GLIBCXX_FORCE_NEW=1
|
export GLIBCXX_FORCE_NEW=1
|
||||||
export GLIBCPP_FORCE_NEW=1
|
export GLIBCPP_FORCE_NEW=1
|
||||||
export LD_PRELOAD="/opt/conda/envs/central_controller/lib/libjemalloc.so.2"
|
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
|
#exec
|
||||||
|
/usr/local/bin/zerotier-one -p${ZT_CONTROLLER_PORT:-$DEFAULT_PORT} /var/lib/zerotier-one
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo '*** FAILED: zerotier-one exited unexpectedly'
|
echo '*** FAILED: zerotier-one exited unexpectedly'
|
||||||
cat /var/lib/zerotier-one/local.conf
|
cat /var/lib/zerotier-one/local.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue