Skip to content

Commit

Permalink
Merge branch 'master' of git+ssh://www.opensvc.com/home/opensvc/opensvc
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Mar 19, 2018
2 parents 3bf976d + 079ed38 commit 304c315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/postinstall
Expand Up @@ -1194,8 +1194,10 @@ def restart_daemon():
del os.environ['OPENSVC_AGENT_UPGRADE']

def init_secret():
logit("begin")
time.sleep(1)
os.system("nodemgr ping --node 127.0.0.1")
cmd = "%s/nodemgr ping --node 127.0.0.1" % pathbin
os.system(cmd)

try:
move_var_files_in_subdirs()
Expand Down

0 comments on commit 304c315

Please sign in to comment.