Set executable flag on start.sh, use python3 -m in scripts
This commit is contained in:
parent
83c2e48fe5
commit
66b0f43f08
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
python3 minode/main.py --i2p --no-ip --host 127.0.0.1 "$@"
|
python3 -m minode.main --i2p --no-ip --host 127.0.0.1 "$@"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user