mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
Fix version checks
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
"subfolder.conf" => "https://github.com/linuxserver/reverse-proxy-confs/blob/master/",
|
"subfolder.conf" => "https://github.com/linuxserver/reverse-proxy-confs/blob/master/",
|
||||||
"dashboard.subdomain.conf" => "https://github.com/linuxserver/docker-mods/blob/swag-dashboard/root/dashboard/",
|
"dashboard.subdomain.conf" => "https://github.com/linuxserver/docker-mods/blob/swag-dashboard/root/dashboard/",
|
||||||
);
|
);
|
||||||
$output = shell_exec("/etc/cont-init.d/70-templates");
|
$output = shell_exec("/etc/cont-init.d/85-version-checks");
|
||||||
|
|
||||||
foreach(explode(PHP_EOL, $output) as $line) {
|
foreach(explode(PHP_EOL, $output) as $line) {
|
||||||
if(substr($line, 0, 1) === "*"){
|
if(substr($line, 0, 1) === "*"){
|
||||||
|
|||||||
Reference in New Issue
Block a user