mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Fix iocage detection
This commit is contained in:
@@ -60,7 +60,7 @@ RestOutputStruct::ExitCode WebSocket::AvailableSubsystems(bool allaccess, QJsonO
|
||||
}
|
||||
|
||||
// - iocage
|
||||
if(QFile::exists("/usr/local/sbin/iocage")){
|
||||
if(QFile::exists("/usr/local/bin/iocage")){
|
||||
out->insert("sysadm/iocage", "read/write");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user