99cjdroute 221 B

12345678910
  1. #!/system/bin/sh
  2. # Set the main directory for things to run (if changed, also change in cjdaemon and cjdctl)
  3. CJDPATH="/sdcard/cjdns"
  4. if [ -f "$CJDPATH"/.cjdaemon.pid ]; then
  5. rm "$CJDPATH"/.cjdaemon.pid
  6. fi
  7. cjdaemon