mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
fix: connect plugin location
This commit is contained in:
@@ -129,7 +129,7 @@ class ServerState
|
||||
if (file_exists('/var/lib/pkgtools/packages/dynamix.unraid.net.staging')) {
|
||||
$this->connectPluginInstalled = 'dynamix.unraid.net.staging.plg';
|
||||
}
|
||||
if ($this->connectPluginInstalled && !file_exists('/usr/local/sbin/unraid-api')) {
|
||||
if ($this->connectPluginInstalled && !file_exists('/usr/local/bin/unraid-api')) {
|
||||
$this->connectPluginInstalled .= '_installFailed';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user