don't print version command to devnull in run script either
This commit is contained in:
parent
f31888e541
commit
1ed1eec153
@ -81,6 +81,7 @@ args = parser.parse_args()
|
||||
|
||||
p = Popen([sub_script, 'version'])
|
||||
p.wait()
|
||||
print("Configuring Onionr before starting daemon")
|
||||
from filepaths import config_file, keys_file
|
||||
from coredb import blockmetadb
|
||||
import onionrcrypto
|
||||
|
Loading…
Reference in New Issue
Block a user