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 = Popen([sub_script, 'version'])
|
||||||
p.wait()
|
p.wait()
|
||||||
|
print("Configuring Onionr before starting daemon")
|
||||||
from filepaths import config_file, keys_file
|
from filepaths import config_file, keys_file
|
||||||
from coredb import blockmetadb
|
from coredb import blockmetadb
|
||||||
import onionrcrypto
|
import onionrcrypto
|
||||||
|
Loading…
Reference in New Issue
Block a user