12 lines
254 B
Bash
12 lines
254 B
Bash
# variables
|
|
|
|
ZTROOT=/data/adb/zerotier
|
|
APPROOT=/data/data/com.eventlowop.zerotier_magisk_app/app_flutter
|
|
|
|
ZT_LOG=$ZTROOT/run/zerotier.log
|
|
DAEMON_LOG=$ZTROOT/run/daemon.log
|
|
|
|
PIPE_CLI=$ZTROOT/run/pipe
|
|
PIPE_APP=$APPROOT/run/pipe
|
|
|
|
BB=/data/adb/magisk/busybox |