don't print version command to devnull in run script either

This commit is contained in:
Kevin Froman 2021-01-22 23:07:48 +00:00
parent 1ed1eec153
commit 11490afee7
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ parser.add_argument(
args = parser.parse_args()
p = Popen([sub_script, 'version'])
p.wait()
p.communicate()
print("Configuring Onionr before starting daemon")
from filepaths import config_file, keys_file
from coredb import blockmetadb