Update PhyreServer.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-07 16:03:22 +03:00
parent 74556c350f
commit 4937de1c2f

View file

@ -137,8 +137,8 @@ class PhyreServer extends Model
$ssh = new SSH2($this->ip);
if ($ssh->login($this->username, $this->password)) {
// $output = $ssh->exec('cd /usr/local/phyre/web && /usr/local/phyre/php/bin/php artisan apache:ping-websites-with-curl');
// dd($output);
$output = $ssh->exec('cd /usr/local/phyre/web && /usr/local/phyre/php/bin/php artisan apache:ping-websites-with-curl');
dd($output);
$output = '';
$output .= $ssh->exec('wget https://raw.githubusercontent.com/CloudVisionApps/PhyrePanel/main/update/update-web-panel.sh -O /usr/local/phyre/update/update-web-panel.sh');