don't print version command to devnull in run script either
This commit is contained in:
parent
11490afee7
commit
ff1d7b4982
@ -79,8 +79,9 @@ parser.add_argument(
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
p = Popen([sub_script, 'version'])
|
||||
p.communicate()
|
||||
#p = Popen([sub_script, 'version'])
|
||||
#p.communicate()
|
||||
os.system(f"{sub_script} version")
|
||||
print("Configuring Onionr before starting daemon")
|
||||
from filepaths import config_file, keys_file
|
||||
from coredb import blockmetadb
|
||||
|
Loading…
Reference in New Issue
Block a user