diff --git a/archive/community.applications-2022.06.24-x86_64-1.txz b/archive/community.applications-2022.06.24-x86_64-1.txz new file mode 100644 index 00000000..5f9646c1 Binary files /dev/null and b/archive/community.applications-2022.06.24-x86_64-1.txz differ diff --git a/plugins/community.applications.plg b/plugins/community.applications.plg index e4a9c618..0d7a2d85 100644 --- a/plugins/community.applications.plg +++ b/plugins/community.applications.plg @@ -2029,6 +2029,7 @@ removepkg &name;-&version;-x86_64-1 rm -rf &plugdir; rm -rf /boot/config/plugins/&name; rm -rf /var/lib/docker/unraid/templates-community +/usr/local/sbin/update_cron diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page b/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page index 3c1b8000..0f8f5de7 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page @@ -2,7 +2,7 @@ Menu="Tasks:80" Name="Apps" Type="xmenu" Tabs="true" -Code="e942" +Code="f0db" --- "); +$nchanCom = file_exists('/boot/config/plugins/dynamix.bleeding.edge.plg'); // Check md5's of files exec("cd /usr/local/emhttp/plugins/$plugin/ && md5sum -c ca.md5",$output,$md5Error); @@ -97,7 +98,7 @@ $dockerSearchActive = is_file($caPaths['dockerSearchActive']); // Only check for updates to containers / plugins max once per hour exec("mkdir -p {$caPaths['tempFiles']}"); if ( ($cfg['updateCheck'] == "yes") && ( (time() - @filemtime($caPaths['updateTime']) ) > 3600 ) ) { - touch($caPaths['updateTime']); + touch($caPaths['updateTime']); exec("echo '/usr/local/emhttp/plugins/community.applications/scripts/checkForUpdates.php >/dev/null 2>&1' | at now -M >/dev/null"); } @@ -139,6 +140,7 @@ function tr($string,$ret=false) {