mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-04 20:49:31 +08:00
Change the python path according to swag updates
This commit is contained in:
parent
601d17178c
commit
2145707e91
@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
function GetProxies() {
|
||||
$output = shell_exec("python3 /dashboard/swag-proxies.py");
|
||||
$output = shell_exec("/lsiopy/bin/python3 /dashboard/swag-proxies.py");
|
||||
$results = json_decode($output);
|
||||
$status = "";
|
||||
$index = 0;
|
||||
@ -100,7 +100,7 @@
|
||||
}
|
||||
|
||||
function GetF2B() {
|
||||
$output = shell_exec("python3 /dashboard/swag-f2b.py");
|
||||
$output = shell_exec("/lsiopy/bin/python3 /dashboard/swag-f2b.py");
|
||||
$jails = json_decode($output, true);
|
||||
$status = "";
|
||||
$index = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user