gotty refresh on ws restart

This commit is contained in:
fbsanchez 2019-10-24 11:04:38 +02:00
parent df576a3b86
commit 32cb12ca03
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ if (substr($os, 0, 3) !== 'win') {
}
// Kill previous gotty running.
shell_exec('killall "'.$config['gotty'].'" >/dev/null 2>&1');
shell_exec('ps aux | grep "'.$config['gotty'].'" | grep -v grep | awk \'{print $2}\' | xargs kill -9 ');
// Common.
$base_cmd = 'nohup "'.$config['gotty'].'" '.$gotty_creds;