Skip to content

Commit dfad8c9

Browse files
committed
Fix version checks
1 parent e1724ae commit dfad8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/dashboard/www/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function GetTemplates() {
144144
"subfolder.conf" => "https://github.com/linuxserver/reverse-proxy-confs/blob/master/",
145145
"dashboard.subdomain.conf" => "https://github.com/linuxserver/docker-mods/blob/swag-dashboard/root/dashboard/",
146146
);
147-
$output = shell_exec("/etc/cont-init.d/70-templates");
147+
$output = shell_exec("/etc/cont-init.d/85-version-checks");
148148

149149
foreach(explode(PHP_EOL, $output) as $line) {
150150
if(substr($line, 0, 1) === "*"){

0 commit comments

Comments
 (0)