You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fwrite(STDERR, "\n\e[33mDEPRECATED: Command 'hipex-deploy' was called, please call 'hypernode-deploy'. This fallback will be removed in future versions!\e[39m\n\n");
}
if (!getenv('SSH_AUTH_SOCK')) {
$process = Process::fromShellCommandline(sprintf(
'eval "$(ssh-agent -s) " && %s %s',
PHP_BINARY,
implode('', array_map('escapeshellarg', $argv))
));
try {
$process->setTty(true);
} catch (RuntimeException$e) {
// This is expected in some situation and does not impose problems