mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Coderabbit
This commit is contained in:
@@ -30,6 +30,7 @@ if (file_exists($user_prefs)) {
|
||||
foreach ($containers as $ct) {
|
||||
if ( $action == "start") {
|
||||
$key = array_search($ct,array_column($info,"Name"));
|
||||
if ( $key === false ) continue;
|
||||
if ($info[$key]['NetworkMode'] == "host" && $info[$key]['Cmd'] == "/opt/unraid/tailscale")
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user