added restart command

This commit is contained in:
Kevin Froman 2019-09-20 11:25:12 -05:00
parent fbe1766aea
commit a7a5f88142
8 changed files with 64 additions and 8 deletions

View file

@ -1,6 +1,5 @@
#!/bin/sh
ORIG_ONIONR_RUN_DIR=`pwd`
export ORIG_ONIONR_RUN_DIR
cd "$(dirname "$0")"
cd onionr/
./__init__.py "$@"