diff --git a/src/psm/Util/Server/Updater/StatusUpdater.php b/src/psm/Util/Server/Updater/StatusUpdater.php index b9926e88..6d6ff34b 100644 --- a/src/psm/Util/Server/Updater/StatusUpdater.php +++ b/src/psm/Util/Server/Updater/StatusUpdater.php @@ -178,7 +178,7 @@ class StatusUpdater if ($max_runs == null || $max_runs > 1) { $max_runs = 1; } - $result = null; + $result = null; // Execute ping $pingCommand = 'ping6'; $serverIp = $this->server['ip'];